Link to home
Start Free TrialLog in
Avatar of OrenRozen
OrenRozenFlag for Israel

asked on

C# : Set BT and Wifi power on or off

I'm looking for a c# (or WMI) solution to set Wifi and Bluetooth power to On and OFF on a notebooks running Windows XP and 7
ASKER CERTIFIED SOLUTION
Avatar of ubound
ubound

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ubound
ubound

I'm watching a new game, so I thought I'd take a look at bluetooth.

This isn't so easy.  First off, the SDK for configuring BT depends on *which* device you are using.  Different HW mfgs use different SDKs.  I started by looking at MS's, but they don't put their APIs in a DLL (only a lib).  This makes calling it from c# challenging.

If you need to support BT devices from c#, perhaps http://32feet.codeplex.com/ can help?
Avatar of OrenRozen

ASKER

Great work. Also thanks for the link to 32feet.NET