如何在智能手机中打开 .html 文件

发布于 2024-09-14 18:10:23 字数 172 浏览 2 评论 0原文

我有一个在 Visual Studios 2008 Windows Mobile 6 上编写的 C# 程序。我想在路径 @"\My Documents\maptoolkit.html" 中打开一个 html 文件,然后它将打开 mini-opera 浏览器显示所需的任何内容。直接打开的话默认是小歌剧浏览器。
我该怎么做?

i have a C# program written on visual studios 2008 windows mobile 6. I want to open a html file in the path @"\My Documents\maptoolkit.html" and after that it will open the mini-opera browser display whatever's necessary. It is by default the mini-opera browser if i opened it directly.
How do i do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情定在深秋 2024-09-21 18:10:23

尝试

Process.Start(@"\My Documents\maptoolkit.html", "");

Try

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