When proggy !Active how do I minimize ?
When proggy !Active how do I minimize ?
IN all Nehe Tutorials there`s been such a variable but if you press ALT-ESC or ALT-TAB the aplication just stays in the background...In real aplications they minimize...
I only need the function and parameter for this : Like
SendMessage(hwnd,WS_MINIMIZE,0,0);
//This doesn`t work...
Relative Games - My apps
ShowWindow(hWnd, SW_MINIMIZE);
- Jono AH
- Jono AH
- JonoRule #1: If you build it, they will come -- to hack and cheat.
actuall if you sent the WM_CLOSE command in the sendmessage() func, it would minimize the window. NO it does not close the window either. If you dont beleive me take a look on MSDN. WM_DESTROY kills the window.
IT Administrator / Software Engineere
http://drdsoftware.cjb.net
IT Administrator / Software Engineere
http://drdsoftware.cjb.net
Dustin DavisOwner / CEOProgrammers Unlimitedwww.Programmers-Unlimited.com
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement