Hi,
I have a question regarding windows display things. Using C++, is there any way to freeze the screen and show only one form active (only that form can receive input from user).
The example of my description is like when windows user click shutdown from start menu. It shows choices like shutdown, restart, etc and not allow user to do input other than to that form.
Any Idea?
I have a question regarding windows display things. Using C++, is there any way to freeze the screen and show only one form active (only that form can receive input from user).
The example of my description is like when windows user click shutdown from start menu. It shows choices like shutdown, restart, etc and not allow user to do input other than to that form.
Any Idea?
Comment