Click here to Skip to main content
15,888,100 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all
i need to add a bar to my program that shows the signal strength of the AP which is conntected to.
does someone know a library i can reference to my project in visual studio 2008?
the program uses .net cf 2.0

thanks
Posted

Theres a property called PhoneSignalStrength in Microsoft.WindowsMobile.Status.SystemProperty.

See link below

http://msdn.microsoft.com/en-us/library/microsoft.windowsmobile.status.systemproperty.aspx[^]
 
Share this answer
 
i didn't find the Microsoft.WindowsMobile reference in the assemblies.
i tried to install the Windows Mobile 5.0 SDK for Pocket PC but nothing changed, i cannot find the dll also searching through "C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\".
i have to install something else?
 
Share this answer
 
Comments
r.ps 2-Jun-10 0:55am    
Try at "C:\Program Files\Windows Mobile 5 SDK\Managed Libraries\Microsoft.WindowsMobile.Status.dll"

Or install Windows Mobile 6 SDK. Thats what i have.

And add follow-up questions either as comments to answers or add it to your original post.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900