I want to create a screen saver in C++ using OpenGL. The command line sent to my app for previewing the screen saver in a small window contains a number which is the hwnd of the small monitor window in screen saver control panel applet. how can I convert this string to a valid hwnd?
|
| ||||
|
feedback
|
|
From INFO: Screen Saver Command Line Arguments:
So, convert the decimal number to an
where Pedant's corner: My use of | |||||||||||
feedback
|