|
-
Jan 2nd, 2000, 01:50 PM
#1
Thread Starter
Addicted Member
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?
-
Jan 2nd, 2000, 02:38 PM
#2
Lively Member
Look in Common\Tools\Winapi\Win32api.txt under 'Window Messages'.
Doc is in MSDN.
Roger
-
Jan 3rd, 2000, 01:30 AM
#3
Guru
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|