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

Thread: Networks/Users

  1. #1
    Join Date
    Sep 1999
    Location
    Northern Utah, U.S. of America
    Posts
    38

    Networks/Users


    In reference to networks and available wifi networks at Codeguru, Are there any working examples(in "C", yes "C") of detecting other networks, that are attached to the one you are working off of – and return a list of the other attached network names. And return the number of users on the network you are working on.

    I have the program/package already built, and I need these questions answered. This is the part I need to incorporate into the program. Network/user API's are not my cup of tea. As for why in "C"?, it is easier to understand and work with. If there is any help you can give me - GREAT! or you give me a web reference to where I can answer my questions GREAT. But yet, I appreciate your help. Thanks, VBFINGERS

  2. #2
    Join Date
    Feb 2007
    Posts
    20

    Re: Networks/Users

    Quote Originally Posted by vbfingers View Post

    In reference to networks and available wifi networks at Codeguru, Are there any working examples(in "C", yes "C") of detecting other networks, that are attached to the one you are working off of – and return a list of the other attached network names. And return the number of users on the network you are working on.

    I have the program/package already built, and I need these questions answered. This is the part I need to incorporate into the program. Network/user API's are not my cup of tea. As for why in "C"?, it is easier to understand and work with. If there is any help you can give me - GREAT! or you give me a web reference to where I can answer my questions GREAT. But yet, I appreciate your help. Thanks, VBFINGERS
    This is a C++ forum...

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Networks/Users

    Quote Originally Posted by natskvi View Post
    This is a C++ forum...
    C++ (Non Visual C++ Issues) Ask or answer C and C++ questions not related to Visual C++.

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