ThePentiumGuy
Senior Contributor
This has been pissing me off since 3 days ago.... why does .NET bithc when you do:
Dim EndPoint as new IPEndPoint("127.0.0.1", portnumber)
It says cannot convert String to Long , and understandably so. Now howabout a workaround on this dillemma .
-The Pentium Guy
Dim EndPoint as new IPEndPoint("127.0.0.1", portnumber)
It says cannot convert String to Long , and understandably so. Now howabout a workaround on this dillemma .
-The Pentium Guy