PDA

Click to See Complete Forum and Search --> : Wifi Connection


rothj0hn
Jan 7th, 2010, 12:12 AM
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?

gep13
Jan 7th, 2010, 01:27 AM
Hey,

The following might prove useful to you:

http://msdn.microsoft.com/en-us/netframework/bb851561.aspx

and:

http://msdn.microsoft.com/en-us/netframework/dd296752.aspx

Hope the helps!!

Gary

petevick
Jan 7th, 2010, 02:12 AM
Hi,
try this (http://msdn.microsoft.com/en-us/library/aa446491.aspx)from Chris Tacke

gep13
Jan 7th, 2010, 02:13 AM
Nice article!!

I have bookmarked that one for later :)

rothj0hn
Jan 7th, 2010, 11:41 PM
how about turn on/off wifi programatically?

petevick
Jan 8th, 2010, 02:30 AM
You can do that using OpenNetCF or InTheHand 3rd party components.
There is some native code here (http://www.teksoftco.com/articles/article%20007/radiodevices.htm)

rothj0hn
Jan 10th, 2010, 04:47 AM
You can do that using OpenNetCF or InTheHand 3rd party components.
There is some native code here (http://www.teksoftco.com/articles/article%20007/radiodevices.htm)

I cant understand the native code, it was written in visual C++..

do you have samples in VB.NET?

petevick
Jan 10th, 2010, 09:45 AM
No - that is why I pointed you at the native code

rothj0hn
Jan 11th, 2010, 06:00 AM
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?

petevick
Jan 11th, 2010, 06:27 AM
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

gep13
Jan 11th, 2010, 06:28 AM
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