A simple tool to manage your WiFi networks and profiles. This is basically a GUI that that wrapps the Managed WiFi API source that I found on the net (link in credits) with a modification of an user of stackoverflow.
- .NET Framework 2.0
- Tested under Windows 10 (v. 1809), should work from windows 7
- Developed in Visual Studio 2019, but shouldcompile in almost any visual studio
I converted the WiFi profiles from XML to C# thanks to this page: http://xmltocsharp.azurewebsites.net/
- Collapsible ListView: https://www.codeproject.com/Articles/36775/Collapsible-ListViewGroup
- Managed WiFi API: https://archive.codeplex.com/?p=managedwifi
- Modification of Managed WiFi API: https://stackoverflow.com/a/31172051