We\'ve got a WinForms app written in C# that has a very custom GUI. The user is not allowed to run any other applications and the user cannot go into the OS (WinXP Pro) at
It is possible to connect available wireless networks using native wifi.
http://www.codeproject.com/KB/gadgets/SignalStrenghth.aspx
Check the link, Which was developed by me.
I wrote a library which is a layer of abstraction above Managed Wifi, it is a bit more convenient to use. You can find it on GitHub.
Managed Wifi API should work.
This might not be ideal - you have XP, which is good, but you would have to deploy a hotfix. I'd go for it, because all the wifi code I've dealt with (for the Compact Framework) is hideous. This code is as simple as could be.
Their sample code doesn't include reading the signal strength, though, and I'm not sure if the Native wifi API provides that. I have written C# code that gets the wireless signal strength, but it did this by PInvoking into a manufacturer-specific DLL available only on their devices. It may be that you'll have to do something similar to get the wireless strength from your PC's wireless card (and that may be why that functionality is not available in an all-purpose API).