I have a lengthy project of converting VB6 code to VB.NET. This is the beginning of the code. I can't figure out how to change the val(mid$( to VB.NET and the Line Input # doesn't seem to have a direct translation to VB.NET either. I am trying to learn how to go about the conversion to ensure...
Hi
I want to convert following code which is VB6 to Vb.Net.Could anybody can do it?
Private Sub Form_Load()
Winsock1.Protocol = sckUDPProtocol
Winsock1.RemoteHost = "192.168.1.100"
Winsock1.RemotePort = 6000
End Sub
Private Sub Timer_OFF_Click()
Timer1.Enabled = False
End Sub
Private Sub...
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.