Wireless Connection Manager DOT NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys.

Thanks for all your msg.

My app want to check inbox on PocketPC periodically.

If Wireless connection is not built, App will automatically build a wireless
connection and keep it until task is over(unless that signal is lost or
physical problem)

I have googled it, but I can not find a good example.

Would you guys mind telling how to implement this function?
any idea would be great accepted!

Thanks a lot.
 
For building the connection, look at OpenNETCF's support for network card
configuration. OpenNETCF.Net.NetworkInformation will do this, depending on
what the network encryption and authentication requirements are. Doing it
yourself without a helper library is a *HUGE* effort.

Paul T.
 
Back
Top