how do i write a simple udp client server application in visual basic
Printable View
how do i write a simple udp client server application in visual basic
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...b;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