Windows Mobile 6.5 以编程方式启动蓝牙管理器

发布于 2024-10-04 04:37:06 字数 277 浏览 4 评论 0原文

我正在开发 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空心↖ 2024-10-11 04:37:06

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文