CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2012
    Posts
    99

    need help with server program (volunteer)

    I need to create a program using visual studios MFC that displays all client's IP addresses that are connected to the client.
    The MFC application just has a list box and a button. The client can be a simple console application.
    When the button is clicked, the list box gets populated with all ip addresses of connected clients.

    Please reply to this thread if you can help.
    Any help with this would be greatly appreciated
    Last edited by beginner91; March 12th, 2013 at 08:56 AM.

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