Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

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

Posted

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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...