G
Guest
I've got a situation where I need to display a modal dialog from within a
background processing thread. The problem I'm having is that it needs to
display as a modal window to the thread's parent GUI app. When I try this I
get a pseudo-modal dialog (more like a top-level window)... the dialog is
always on top of the parent app's window, but the user can still access the
parent window and its controls.
Is there any way to accomplish true modal dialog functionality when opening
a dialog from within a separate thread?
Thanks,
Todd
background processing thread. The problem I'm having is that it needs to
display as a modal window to the thread's parent GUI app. When I try this I
get a pseudo-modal dialog (more like a top-level window)... the dialog is
always on top of the parent app's window, but the user can still access the
parent window and its controls.
Is there any way to accomplish true modal dialog functionality when opening
a dialog from within a separate thread?
Thanks,
Todd