Originally posted by martho
Have a look at WM_USER+x:
Just a small remark...in general you can use both 'WM_USER' or 'WM_APP' for user-defined messages. However, you should rather use 'WM_APP' as a base for your user-defined messages since it provides less problems. Windows itself uses the range 'WM_USER + x' for several messages therefore you can run into conflict problems pretty easy...
Ciao, Andreas
"Software is like sex, it's better when it's free." - Linus Torvalds
Bookmarks