petersa
5th November 2001 04:40 UTC
Windows Messages?
Does anyone know about a page on the 'Net or somewhere with numbers you can use with the SendMessage command?
I know that you can use it to do stuff like simulate mouse clicks on the screen without actually moving the mouse and stuff...
spanky
5th November 2001 06:25 UTC
Try searching MSDN.
http://msdn.microsoft.com/developer/
hasty
5th December 2001 01:20 UTC
Also, if you happen to have the Platform SDK installed, there's a cute file called \Program Files\Microsoft SDK\bin\Win32API.txt with all the constants defined in hex format.
-H
petersa
5th December 2001 03:26 UTC
Thanks, hasty!