THANK YOU!
HEHE - it works :-)
I have one last problem - then i will be ready to code the rest of my program for world domination *** oops, i mean errr, yeah... :-p
I havent written any code yet, BUT, the Private Sub Winsock1_Connect() Handles Winsock1.Connect
End Sub
The last...
Thanks BUT - adding 'New' is the same as leaving it out.
I am able to get the winsock1.Something, but i need to be able to get the event procedures.
For example;
Public Winsock1 As New MSWinsockLib.Winsock
'
'
Private Sub Winsock1.DataArival(some stuff here)
Winsock1.GetData.........
End Sub...
Thanks for the help - however, i have 1 more question.
How can i reach the events from the MSWinsock reference?
To add it, i have added the reference:
Project --> Add reference --> COM --> MSWinsock Control 6
Then have added a global variable:
Public Winsock1 As MSWinsockLib.Winsock()
How...
Hi there.
I am used to VB6, and when you double click on a control, an even sub is started, for example, double clicking on a command button brings up this:
Private Sub Command1_Click()
End Sub
Then other events can be found using a drop down list.
However, i cannot work out how to get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.