Hi All,
I have searched without luck for a table listing the hex values for
each notification code that a control (win32api) could send.
Does anybody have a link?
Regards,
Krang
I have searched without luck for a table listing the hex values for
each notification code that a control (win32api) could send.
Does anybody have a link?
Regards,
Krang
you wrote control, you should differ between "original" Win32 controls (COMBOBOX, LISTBOX, EDIT - Win3.11 style) and common controls (Treeview, Listview, etc. - since Win95) - just look into the appropriate include files - winuser.inc and commctrl.h
Thanks Beaster, it was under my nose all the time :)