In C#, how do you display a window that already has a previous instance loaded into memory?
Example:
Form1 has a textBox1 and a button. Some text is typed into texBox1. The button click of Form1 loads Form2 which also has a button. Clicking Form2's button calls Form3. How do you call the...
I'm trying to create a Outlook Toolbar using VB, but keep getting the error, "Object Variable Not Set”.
Dim golApp As Outlook.Application
Dim DPNewMenu As CommandBar
Set golApp = GetObject(, "Outlook.Application")
Set DPNewMenu = ol.ActiveInspector.CommandBars.Add _...
Is there a way to print to PDFWriter using Visual Basic and not have the File SaveAs Dialog appear. I've tried creating a Word Object and using the syntax;
Word.ActivePrinter = "Adobe PDFWriter"
Word.Application.Printout . . . . OutputFileName:="C"\temp\filename.doc"...
I am trying to get the "AttachmentAdd" event to fire after adding an attachment to a new mail message. Can someone please tell me what I'm doing wrong?
Here is my code which resides in the "ThisOutlookSession" module:
Private WithEvents objMailItem As Outlook.MailItem...
I am trying to programically format a picture in Word with no success. Here are the steps I am taking;
First I insert a *.tif into a Word Document. Then select 'Format | Picture | Layout' select 'Tight and click Left'. This works fine when done manually, but when I try to record these steps...
When I set the Identity of my COM+ application to the same network username as the person logged onto the local pc, it works fine.
When I set the Identity of my COM+ application to anything other than the network username of the person logged onto the local pc, I prompts me with "Error 70...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.