winapi - WM_COMMAND WM_NOTIFY custom notification code -


i wish define new nofication id used in wm_command messages of subclassed control. failed find rules of creating user control-defined notification codes.

see technical note 20, 21 , 22 on that:

short answer: pick number in range 0x8000 - 0xdfff .


Comments

Popular posts from this blog

objective c - Newbie question -multiple parameters -

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -