i want to make a Win32 application that runs minimized or hidden.
i've built everything except that part. to make it run minimized i was trying to use ShowWindow(). This requires a handle to the window to be affected.
so my questions are:
How can I get the handle of the exe at runtime?
is there a way to make a window run minimized on activation, using a resource or properties? i know you can make it run that way in NT, but i don't know how.
i've built everything except that part. to make it run minimized i was trying to use ShowWindow(). This requires a handle to the window to be affected.
so my questions are:
How can I get the handle of the exe at runtime?
is there a way to make a window run minimized on activation, using a resource or properties? i know you can make it run that way in NT, but i don't know how.