Question

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#

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top