Windows Mobile 6.5 以编程方式启动蓝牙管理器
我正在开发 Windows Mobile 6.5 的应用程序,并且希望能够使用 System.Diagnostics.Process.Start(file, args) 从我的应用程序启动蓝牙管理器,但我无法确定需要启动的应用程序。
我一直在查看远程进程查看器,以确定当我单击“开始”>“开始”时正在运行什么应用程序。设置>连接>蓝牙,但刷新后看不到任何变化。
谁能告诉我需要启动什么才能实现这一目标?
Windows Mobile 6.5 Pro、紧凑框架 3.5、c#
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#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Process.Start(@"\Windows\ctlpnl.exe", "cplmain.cpl, 23, 0");
Process.Start(@"\Windows\ctlpnl.exe", "cplmain.cpl, 23, 0");