CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2004
    Location
    Kathmandu, Nepal
    Posts
    84

    how to write a simple udp client server application

    how do i write a simple udp client server application in visual basic

  2. #2
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: how to write a simple udp client server application

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured