how to disable BT and WIFI in windows mobile - C#
-
hi how i can disable BT and WIFI in windows mobile, using C# ? can i get sample code for it ? thank's in advance
E_Gold wrote:
how i can disable BT and WIFI in windows mobile, using C# ?
I think you should be able to do this using the Microsoft.WindowsMobile.Status namespace, which provides access to system properties. Here's a link to the doco: http://msdn.microsoft.com/en-us/library/microsoft.windowsmobile.status.aspx[^] These APIs should be available in Windows Mobile 5 onwards.
-
hi how i can disable BT and WIFI in windows mobile, using C# ? can i get sample code for it ? thank's in advance
Some one asked thie same question in the MSDN forums the other day See here[^]
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
hi how i can disable BT and WIFI in windows mobile, using C# ? can i get sample code for it ? thank's in advance
BTW: There's a code project article that addresses the WiFi part Switch the wireless adapter state on, to low-power, and off on a Windows Mobile device[^]
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet