Interact with the main window while the modal is active
2 answers
If you want to do this programmatically, you can. SendMessage will call the target window's message handler when the target isn't expecting one, so you'll be very careful what you do.
If you want to do this as a user, working with a mouse and keyboard, your question belongs on another website, although Blindy answered that question.
0
a source to share