G
Guest
I am developing an addin for Word using C#. When the addin is activated, an
always-on-top window is created with which the user interacts while editing a
document. Sometimes, this window disappears. That is, you can no longer see
the window, but it still exists. I have checked this through the debugger.
The Visible property is still set to true, the size does not change, etc, but
you can no longer see/interact with the window. The window disappears after
closing a MessageBox that was created by the addin, but not always in the
same place. This behavior occurs on Windows 2000 or Windows 2000 Server
systems with Office 2000 installed. It does not occur on Windows 2000 or
Windows XP systems with Office 2003 installed. Does this behavior sound
familiar to anyone? Any help would be greatly appreciated.
always-on-top window is created with which the user interacts while editing a
document. Sometimes, this window disappears. That is, you can no longer see
the window, but it still exists. I have checked this through the debugger.
The Visible property is still set to true, the size does not change, etc, but
you can no longer see/interact with the window. The window disappears after
closing a MessageBox that was created by the addin, but not always in the
same place. This behavior occurs on Windows 2000 or Windows 2000 Server
systems with Office 2000 installed. It does not occur on Windows 2000 or
Windows XP systems with Office 2003 installed. Does this behavior sound
familiar to anyone? Any help would be greatly appreciated.