Can anybody give me a list of Hex codes that are use to represent certain windows messages like H80 representing WM_Close???
------------------
YC Sim
Teenage Programmer
UIN 37903254
Printable View
Can anybody give me a list of Hex codes that are use to represent certain windows messages like H80 representing WM_Close???
------------------
YC Sim
Teenage Programmer
UIN 37903254
Take a look at the API Text Viewer. (I think it shipped with at least version 4+)
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
look at http://www.vbi.org/
go top windows api and then contants it has them all in VB CONST statements.
it also has help for the functions and VB specific stuff for these.
[email protected]