|
-
Jul 24th, 2004, 02:29 AM
#1
Thread Starter
New Member
winsock control DataArrival Event Method
Hi,
i create a winsock control dynamically, when a connect request comes in:
aNewSock = New AxMSWinsockLib.AxWinsock()
aNewSock.CreateControl()
aNewSock.Accept(e.requestID)
how can i define a DataArrival-Method für aNewSock ?
Is Invoke the right method to define a callback function ?
thanks for help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|