ThePentiumGuy Posted February 12, 2005 Posted February 12, 2005 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 :p. -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Administrators PlausiblyDamp Posted February 12, 2005 Administrators Posted February 12, 2005 Net.IPAddress.Parse("127.0.0.1") Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
ThePentiumGuy Posted February 12, 2005 Author Posted February 12, 2005 Helped a lot. Thanks. I got some primative client-server action going on ("Open forum chat" - it's all just StreamReader/StreamWriter and it works locally (I don't have internet on my computer so I can't test remote chat)). Thanks, -TPG Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.