View Single Post
  #13  
Old February 20th 08, 04:04 PM posted to microsoft.public.outlook.program_addins
Goran
external usenet poster
 
Posts: 48
Default Load add-in on Outlook 2003 startup

thanks. And if I have multiple "OpusApp" windows opened and all of them by
default have the same caption "Untitled Message" when I use FindWindow how do
I get handle from current one as oppose from any that are already opened.

Thanks a lot for your time and help,

Goran

"Ken Slovak - [MVP - Outlook]" wrote:

You can try that or you can use a loop that checks for a public boolean in
the dialog that's only set based on some condition. See what works best for
you.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"goran" wrote in message
...
Thanks Ken.
Do I call open dialog form as modal or not (Form1.show 1).I realize that
my
problem is that I need to stop execution in the code in inspector window
when
dialog form pops up, and wait for the dialog form to be closed and pass
the
value to the dropdown on the inspector and based on passed value continue
execution in the inspector.



Ads