Re: Help ! with win32lib David

new topic     » goto parent     » topic index » view thread      » older message » newer message

THANK YOU David for your help

I'am just playing around with code
I found the way to assign my own user message.

( of course windows reserved most of them for their own use )
The msg number ranges are
 0 thru WM_USER -1  -- messages reserved for use by windows
 WM_USER thru #7FFF -- integer msgs for use by private window classes
 #8000 thru #BFFF   -- reserved for future use by windows
 #C000 thru #FFFF   -- String msgs for use by applications that
                       used RegisterWindowMessage function
                       which defines a new message at run time
                       I guess this is the one to use.
 Greater than #FFFF -- reserved for future use by windows

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu