I really need a list of messages I can send to other windows.. Like SC_Minimize and I need the Constant Definitions can somebody help me?
Printable View
I really need a list of messages I can send to other windows.. Like SC_Minimize and I need the Constant Definitions can somebody help me?
Look in Common\Tools\Winapi\Win32api.txt under 'Window Messages'.
Doc is in MSDN.
Roger
You can search for some of the other constants on the Visual Studio CD Under VC98\INCLUDE
Use the Windows Finder to search for text, and put in the name of the API, you can USUALLY find some constant values (in hex) that the function will take as parameters.
This works better for less popular APIs, because other C++ header files might contain an API like SENDMESSAGE multiple times in multiple files
HTH
Tom