CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Paris, France
    Posts
    7

    communication between 2 NT stations over the LAN

    Hi,
    What are the available solutions to send a message to another NT station over the network ?
    I know about TCP/IP sockets
    I'm looking for a highier level solution (independent from the network protocol)
    I've heard about NETBIOS. is there an API for NETBIOS ?
    are ther other solutions ?
    thanks in advance


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: communication between 2 NT stations over the LAN

    Named pipes are another solution.
    I've heard rumors that MS plans to kick out NetBIOS in Windows 2000.


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