Results 1 to 28 of 28

Thread: List available wireless networks (using WMI) - Help pls

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2008
    Location
    South Africa
    Posts
    17

    List available wireless networks (using WMI) - Help pls

    Hi all,

    I have written a simple prog (button, listbox), to list available wireless networks.

    When you click scan it will show 1. the SSID and 2. signalstrength of discovered networks.

    Problem 1: the characters of the SSID are unreadable (the raw SSID is a 32section array and characters are in ASCII, so each portion of the array must be chr'd). However this does not return the correct results.

    Problem 2: signalstrength is not displayed properly. But that will be solved with correct SSID.

    I have read somewhere that this is a bug in XP SP2. I have seen apps written in C# that perform this function properly, so I don't believe its a bug in XP SP2.

    Any help would be greatly appreciated (attached is my prog).
    Attached Files Attached Files

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