You know how some of the system requesters and filerequesters and all that act? I want to emulate that.
I want to open a mini-window over the top of the main window and then not let the user do anything else with the main window until they click a button on the mini window. I can stick ActivateWindow() on an timer, but that's not really what I'm after.
I want to open a mini-window over the top of the main window and then not let the user do anything else with the main window until they click a button on the mini window. I can stick ActivateWindow() on an timer, but that's not really what I'm after.