D
David Thielen
Hi;
When poping up a message box you need to pass in a IWin32Window as the
parent. For Help.ShowHelp you need to pass in a Control as the parent.
In an add-in it is important that these have the main Word window as the
parent so the windows show up properly, on top of Word. (For the MessageBox
it is critical as otherwise they can end up under Word and the user doesn't
know they are there and Word appears hung.)
How can I do this as Word is not a .NET application?
When poping up a message box you need to pass in a IWin32Window as the
parent. For Help.ShowHelp you need to pass in a Control as the parent.
In an add-in it is important that these have the main Word window as the
parent so the windows show up properly, on top of Word. (For the MessageBox
it is critical as otherwise they can end up under Word and the user doesn't
know they are there and Word appears hung.)
How can I do this as Word is not a .NET application?