H
hayrob
My CAB WinForm application invokes Word to open a document.
When the document is closed, the app handles the DocumentBeforeClose event
and if the document has not been saved, shows a "Do you want to save the
document?" dialog (using MessageBox.Show).
The dialog is shown in the TaskBar but is ALWAYS hidden. How can I make it
ALWAYS appear on top?
Thanks.
When the document is closed, the app handles the DocumentBeforeClose event
and if the document has not been saved, shows a "Do you want to save the
document?" dialog (using MessageBox.Show).
The dialog is shown in the TaskBar but is ALWAYS hidden. How can I make it
ALWAYS appear on top?
Thanks.