CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    4

    HELP! I need to create broadcast sockets

    Can someone please help me?
    I need to create broadcast sockets program for NT network. I need to use MFC CSocket class. Any samples would be appreciated.

    Thank You

    [email protected]


  2. #2
    Join Date
    Jul 1999
    Posts
    6

    Re: HELP! I need to create broadcast sockets

    If you are interested in the UDP comunication style - meaning sockets with no active connections then I might help you with an example of chat using this protocol. Get back to me for more details


  3. #3
    Join Date
    May 1999
    Posts
    4

    Re: HELP! I need to create broadcast sockets

    Thanks!
    That's exactly what I'm looking for.
    However, I need to do it using MFC(CSocket or CAsyncSocket) not API.

    If you have a sample please post it or email it to me at
    [email protected]

    Thanks again


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