0

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

4

1 回答 1

1

尝试

Process.Start(@"\My Documents\maptoolkit.html", "");
于 2010-08-19T15:18:17.933 回答