I’m developing an application that uses Managed WiFi. Normally I would just add the .dll to the project, but this library comes as a regular VS project. How do I use it in my program? I tried adding Interop.sc and WlanApi.cs to my project, but WiFi classes are not recognised.
Share
Just add the ManagedWifi project to your solution and then reference if from your main project (Add reference → Projects tab).