B
blueturtle
Hi,
I've seen this issue discussed here often, but I still need some
clarifiactions.
I have created an Outlook AddIn ( C# ).
It was created using Outlook 2000 Object Model, but currently I test it
on Outlook 2003, and Word 2003.
The problem I encounter:
If the email editor is set as Word, the AddIn's main window seems to be
hang - white and busy (sand clock) cursor ( When obsreved from "spy" ,
instead pf "ClassName" as class, and "Outlook" as process, it shows
"Ghost" and "Explorer" ).
These are urls in this group:
From:
http://groups.google.com/group/micr...0c7f034b5/f0792a605bea6cd5?q=word+hang&rnum=1
I understood, that I can should check the "IsWordMail", and open a word
template that will do the same job,
but here:
http://groups.google.com/group/micr...791fa5a632f/609591cb3e887815#609591cb3e887815
it says that:
"You can't get an autoexec macro or on startup macro to run if Word is
being
opened as the Outlook editor for emails."
I know how to:
Check "IsWordMail", and open a word template which runs a macro on
startup.
It worked also when I opened the template from Word, but I'm not sure
this is what is required.
I dont know\understand:
What is the the solution for my problem ?
What code should the macro in the template invkoe ? ( Do I need to
seperate the parts of Outlook AddIn, so Word will execute them ? )
Should I create a different AddIn for the Word ?
Thanks for any help.
Is.
I've seen this issue discussed here often, but I still need some
clarifiactions.
I have created an Outlook AddIn ( C# ).
It was created using Outlook 2000 Object Model, but currently I test it
on Outlook 2003, and Word 2003.
The problem I encounter:
If the email editor is set as Word, the AddIn's main window seems to be
hang - white and busy (sand clock) cursor ( When obsreved from "spy" ,
instead pf "ClassName" as class, and "Outlook" as process, it shows
"Ghost" and "Explorer" ).
These are urls in this group:
From:
http://groups.google.com/group/micr...0c7f034b5/f0792a605bea6cd5?q=word+hang&rnum=1
I understood, that I can should check the "IsWordMail", and open a word
template that will do the same job,
but here:
http://groups.google.com/group/micr...791fa5a632f/609591cb3e887815#609591cb3e887815
it says that:
"You can't get an autoexec macro or on startup macro to run if Word is
being
opened as the Outlook editor for emails."
I know how to:
Check "IsWordMail", and open a word template which runs a macro on
startup.
It worked also when I opened the template from Word, but I'm not sure
this is what is required.
I dont know\understand:
What is the the solution for my problem ?
What code should the macro in the template invkoe ? ( Do I need to
seperate the parts of Outlook AddIn, so Word will execute them ? )
Should I create a different AddIn for the Word ?
Thanks for any help.
Is.