Hi all, I am using Windows 10 with VS2015 and 2019
I am working on a Windows Forms C# App and would like to display a list of available WiFi networks. My objective is to have a list of SSIDs. This is purely informational. I don't plan to have any other networking functionaity associated with this list.
I've done a bunch of research and have come across such concepts as Managed WiFi, Native Wifi, Simple WiFi, and the NetworkInformation.Connectivity namespace, but I have not been able to piece anything together to build a solution for this. I've discarded the namespace becasue another poster here mentioned that this is for UWP apps, not Windows Forms.
Any ideas and suggestions on how to get this list is greatly appreciated. Thanks! Saga


