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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -