Vb.net – Connect to an available wireless network using VB.NET

connectvb.netwireless

Using VB.NET how do I connect to an available wireless network. I have been able to list all the available networks.

Best Answer

Assuming you are wanting to control the Windows biult-in wifi stack, you should be able to do it with the WlanConnect Function. A signature is availeble at pinvoke.net.

MSDN has a list of the articles pertaining to wifi here.

The MSDN page does not say whether this is the case, but an application might need elevated permissions to use this API...

Related Topic