PDA

Click to See Complete Forum and Search --> : Hex codes used in SendMessage API


ycsim
Nov 9th, 1999, 06:07 PM
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

Aaron Young
Nov 9th, 1999, 07:39 PM
Take a look at the API Text Viewer. (I think it shipped with at least version 4+)

------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
adyoung@win.bright.net

john_murphy
Nov 10th, 1999, 11:28 AM
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.

john_m_murphy@hotmail.com