I have been searching the web for documentation on getting the signal strength from a WIFI device, there seems to be very little about. So I have created a class that simply gets the WIFI signal strength and returns it numerically or graphically as a bar. Here is my problem though, I dont actually have any WIFI network / devices to test this from. What im hoping is that someone will find this small prject useful and will take it over, test it and if it needs to be changed, change it and then re post it back for the rest of us to use. What I would like to really know is , what does this function return : Mo("Ndis80211ReceivedSignalStrength"), if I knew that I could finish this class off and post it back as a complete class :)
File List:
AssemblyInfo.vb
1Kb
Form1.resx
9Kb
Form1.vb
4Kb
WifiStrength.vb
5Kb
bin/
0b
bin/test.pdb
24Kb
obj/
0b
obj/Debug/
0b
obj/Debug/TempPE/
0b
obj/Debug/temp/
0b
obj/Debug/test.Form1.resources
5Kb
obj/Debug/test.pdb
24Kb
test.sln
1Kb
test.suo
9Kb
test.vbproj
5Kb
test.vbproj.user
2Kb
Similar code
FreeMAC v1.0 - Changes your MAC Address
(Popularity: ) : FreeMAC v1.0 Release FreeMAC allows you to change the MAC Address of your network adapter. Usage should be easy to ... Keypress restriction
(Popularity: ) : Allows data entry restriction. Textbox1.text can only allow Alphanumeric as well as enter and backspace key. It's so simple to ... SysInfo
(Popularity: ) : This asp.net page shows complete system information for the server it is running on. I used the my.computer namespace quite ...