CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15

Threaded View

  1. #1
    Join Date
    Mar 2012
    Posts
    99

    please help with client server program in MFC

    I need to create a TCP/IP 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.

    This is probably really simple for anyone who knows how to do it but i have never used MFC before and i can't find any basic tutorials/source code

    please help me with this
    Last edited by beginner91; March 12th, 2013 at 09:07 AM.

Tags for this Thread

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