I have a modal dialog which I need to push out of the way for a few moments so the user can interact with the main window in the same application. How can I do this? I can't use a modeless dialog because I need to hold up processing until the dialog closes. Any ideas?

Kevin