views:

184

answers:

1

hi

how to Disable BT + WIFI + IR in windows mobile 2005

(working in C#)

thank's in advance

A: 

Define "Disable". Do you mean you don't even want the drivers for them loaded? If so, modify the driver reg keys for each to point to an invalid DLL and restart.

To adjust radio power, take a look at the Radios class in the SDF. An example can be found here.

ctacke
i mean to close the radio
Gold
IR isn't a radio, so it would have to be handled differently. You can turn off the other two Radios using the SDF's Radio class.
ctacke
thank's for the help, can i get sample code for how to disable BT and WIFI ?
Gold
I've added a link to an example.
ctacke