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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -