
April 1st, 2003, 11:12 PM
|
 |
Contributing User
|
|
Join Date: Oct 2002
Posts: 47
Time spent in forums: 1 h 57 m 13 sec
Reputation Power: 7
|
|
|
ocx event question
I have been working on a small client that uses winsocks and I am wondering how to create events such as when a certain type of string data is recieved such as
i recieve "LOCALINFO 192.168.1.1:1234"
i want to have an event like
Private Sub MyControl_LocalInfo(IpAddress as String, Port as String)
End Sub
when the user adds the control
__________________
Tewl
Last edited by Tewl : April 1st, 2003 at 11:30 PM.
|