P
Patrick Huang @ USTC
Hi:
I am developing a Word shared add-in using VS2005 C#, I want to popup a
dialog after the document loaded. I tried to write it in OnConnection() or
OnStartupComplete() of IDTExtensibility2 interface, the dialog just popup
after the Word application opened but before the document loaded. Is there a
method or interface event happend after the document loaded, like AutoOpen()
macro in VBA?
Thanks,
P.Huang
I am developing a Word shared add-in using VS2005 C#, I want to popup a
dialog after the document loaded. I tried to write it in OnConnection() or
OnStartupComplete() of IDTExtensibility2 interface, the dialog just popup
after the Word application opened but before the document loaded. Is there a
method or interface event happend after the document loaded, like AutoOpen()
macro in VBA?
Thanks,
P.Huang