Guys if i there is lot of wifi connection available in my area..
How can i programatically create a list of the available wifi connections.
Then i will select on the list and connect?
Printable View
Guys if i there is lot of wifi connection available in my area..
How can i programatically create a list of the available wifi connections.
Then i will select on the list and connect?
Hey,
The following might prove useful to you:
http://msdn.microsoft.com/en-us/netf.../bb851561.aspx
and:
http://msdn.microsoft.com/en-us/netf.../dd296752.aspx
Hope the helps!!
Gary
Hi,
try this from Chris Tacke
Nice article!!
I have bookmarked that one for later :)
how about turn on/off wifi programatically?
You can do that using OpenNetCF or InTheHand 3rd party components.
There is some native code here
No - that is why I pointed you at the native code
OMG.. i just cant understand the code, i havent seen any program written in that language.. Thanks anyway.. Can anybody write the code in vb9?
You would be better with InTheHand or OpenNETCF - as they have done all the work already.
Neither of them cost vast sums of money.
OpenNetCF would give you a signature control too. The community edition is free
Hey,
The code is making calls into the core windows api's.
You should be able to find some help here:
http://pinvoke.net/
Gary