Search code examples
c#compact-frameworkbluetoothwindows-mobile-6.5

Windows Mobile 6.5 launch bluetooth manager programmatically


I'm working on application for Windows Mobile 6.5 and would like to be able to launch the Bluetooth Manager from my application using System.Diagnostics.Process.Start(file, args), but I cannot determine application I need to launch.

I've been looking at the remote process viewer to determine what application is being run when I click Start > Settings > Connections > Bluetooth, but don't see any change after refreshing.

Can anyone tell me what I need to launch to achieve this?

Windows Mobile 6.5 Pro, Compact framework 3.5, c#


Solution

  • Process.Start(@"\Windows\ctlpnl.exe", "cplmain.cpl, 23, 0");