Creating child windowAh sorry, didn't see that bit, i have defently created child windows with a NULL hMenu before with n...
Creating child windowHave you registered the "my_control" class with RegisterClass/Ex? try "edit" or "button" to see if t...
How to make multiple windows??If you want to create multiple windows based on the same window procedure without static varialbes, ...
How often does Windows system send messages to my application?GetMessage will wait for the system to send a message to the program, but you can use another method...
Getting list of running processesJust to add, Open process must be followed by a call to CloseHandle if it succeeds. http://msdn.micr...