Fastream Technologies wrote:
> Hello,
> 
> I am deriving from THttpConnection and overriding wndproc so that I
> can define new messages for my use with WM_USER + XXX. Is this a
> problem for v6 messaging style?

Define custom messages of type UINT and 
override AllocateMsgHandlers, FreeMsgHandlers and MsgHandlersCount.
Search OverbyteIcsWsocket.pas for FMsg_WM_ASYNCGETHOSTBYNAME, you'll
see how easy it is. Also read "How it works:" in the header of
OverbyteIcsWndControl.pas.

---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



> 
> Regards,
> 
> Subzero
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to