>From what I could see, ICS uses a lot of WM_USER+n messages range but
the use of these custom messages is not recommended. Instead you
should use WM_APP+n.

http://msdn.microsoft.com/en-us/library/ms644930%28VS.85%29.aspx

The reason to use WM_APP is because WM_USER can conflict with system
messages - this is especially true on older Windows so WM_APP range
should be safer.

Any thoughts on that?
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to