Click to See Complete Forum and Search --> : how to write a simple udp client server application


Nava
August 12th, 2005, 04:29 AM
how do i write a simple udp client server application in visual basic

MikeAThon
August 12th, 2005, 07:51 PM
I don't know how to do this in Visual Basic. The only sample I know of is written in C++ (for MFC). See "MSocUdp.exe Implement UDP Using CAsyncSocket" at http://support.microsoft.com/default.aspx?scid=kb;en-us;214396

It might be some use, even though it's written in C++

Other socket examples are at the FAQ: "Visual C++ Network: Where can I find examples of socket programs? " at http://www.codeguru.com/forum/showthread.php?t=326666

Mike