Add reference of wlanapi.dll in windows 8

288 Views Asked by At

I want to measure signal strength of Wifi by using wlanapi function.My code is giving me error on using NativeWifi statement. How do i add reference to wlanapi.dll in windows 8?

1

There are 1 best solutions below

0
On

You will have to download the dll from codeplex. Just search for nativewifi codeex. Then add reference to this dll using visual studio (right click -> Add reference)