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

    Send a message without Windows NT

    The last day I made a question about send a message to a remote machine, and one person asked me how I can do that if i had
    windows NT. Well, thanks to that person for his fast answer, but my problem is thatI don't have windows Nt and I need that in the
    remote Pc appears a message box with the message that I want to send.

    Thanks


  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: Send a message without Windows NT

    You could use the Winsock Control to create a small and simple IP Chat Program.

    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

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