PDA

Click to See Complete Forum and Search --> : site with Constant Definitions


Dayo312
Jan 2nd, 2000, 12:50 PM
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?

RogerH
Jan 2nd, 2000, 01:38 PM
Look in Common\Tools\Winapi\Win32api.txt under 'Window Messages'.

Doc is in MSDN.

Roger

Clunietp
Jan 3rd, 2000, 12:30 AM
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