Author Topic: Visual Basic 2010 Help.  (Read 195 times)

I need help with making a program that can send a message to another computer over the internet.
So far I have looked at these pages...
http://msdn.microsoft.com/en-us/library/system.net.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/ms705245(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.aspx
I know it has to do with TCP, UDP and sockets and I have made a few programs but I didn't save them because they didn't work.

I have seen working examples in Visual Basic 2008 but i can not get those to work in Visual Basic 2010.