以编程方式启动 IE Mobile 收藏夹屏幕

发布于 2024-07-03 23:43:48 字数 47 浏览 9 评论 0原文

有没有办法直接启动 IE Mobile 的“收藏夹”屏幕 指定任何命令行参数?

Is there any way to launch IE Mobile's "Favorites" screen directly by
specifying any command line parameter?

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

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

发布评论

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

评论(3

薄荷港 2024-07-10 23:43:48

将 HTML 收藏夹文件作为参数运行 IE 怎么样?

I浏览文件://\windows\fav.htm

How about running IE with the HTML favorites file as a parameter?

IExplore file://\windows\fav.htm

困倦 2024-07-10 23:43:48

我认为如果没有代码,这将非常困难。

我想到了两个选择:

  • 找出 IE 发送的 Windows 消息来打开收藏夹屏幕并在您的应用程序中重播这些消息。 您首先需要查看 IE 是否正在运行以及是否将其置于前台。 如果没有,则开始该过程。 也许您可以使用 Windows CE Remote Spy 来查找正确的窗口和有关“收藏夹”按钮的信息?
  • 另一种选择是针对 IE 存储其收藏夹信息的位置进行操作。 您必须编写自己的 UI 来解析收藏夹等。

I think this is going to be quite difficult without code.

Two options come to mind:

  • Find out what Windows messages IE sends to open the favorites screen and replay these in your application. You would first need to see if IE is running and if it is bring it to the foreground. If not then start the process. Maybe you can use Windows CE Remote Spy to find the right Window and information about the Favorites button?
  • Other option is to work against the place where IE stores it's favorites information. You would have to write your own UI to parse the favorites etc.
静谧 2024-07-10 23:43:48

使用以下行创建链接文件:26#"\Windows\iexplore.exe" -f

Create a link file with this line: 26#"\Windows\iexplore.exe" -f

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