-
Problem with Winsock
I'm having problem with the Winsock control. I'm trying to send the time that my computer has been turned on to another computer in a string. I use UDP-mode in Winsock. When I run the program in VB it works fine, but when I compile it and run the exe i get Run-Time Error 126. What is wrong? :mad:
/ Xorius
-
This is the solution!!
I had the same problem and managed to solve it. It occurs when i used ip addresses with udpcontrol.LocalHostName but when I gave hostnames instead of ip, I haven't got this error after that.
Hope this will solve your problem.
Priyank