Managing wireless network connection in C#

后端 未结 3 572
鱼传尺愫
鱼传尺愫 2020-12-05 05:45

We\'ve got a WinForms app written in C# that has a very custom GUI. The user is not allowed to run any other applications and the user cannot go into the OS (WinXP Pro) at

3条回答
  •  一生所求
    2020-12-05 06:28

    I wrote a library which is a layer of abstraction above Managed Wifi, it is a bit more convenient to use. You can find it on GitHub.

提交回复
热议问题