0

I'm writing simple program which using some wlan info. For example I need to know when my wlan interface change his network. While searching network I've found this msdn reference which I believe would solve my problem. And my question is: is it possible to use it in my c#, winforms application?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
karol
  • 57
  • 10

1 Answers1

1

there is another stack overflow post that may help you out.

Will this work out for you

Managing wireless network connection in C#

Community
  • 1
  • 1
Matt
  • 1,168
  • 2
  • 15
  • 24
  • I'm using that library but i did notice that event... meh. Thanks, that solves my problem :) Although it's not answer to my question so only "arrow up" ;) – karol Apr 28 '11 at 21:18