Re: [twsocket] v6 question about messages

2006-06-05 Thread Fastream Technologies
Yes, it turned out to be easy. Thank you very much!

SZ

- Original Message - 
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Monday, June 05, 2006 1:20 PM
Subject: Re: [twsocket] v6 question about messages


: 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
-- 
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


Re: [twsocket] v6 question about messages

2006-06-05 Thread Arno Garrels
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