user interface - How to create a hidden window in C++ -
How to create a hidden window?
The purpose of this window is to get some messages.
When you create a window, leave the WS_VISIBLE flag and do not call ShowWindow.
How to create a hidden window?
The purpose of this window is to get some messages.
When you create a window, leave the WS_VISIBLE flag and do not call ShowWindow.
Comments
Post a Comment