Windows Mobile Internet Explorer 历史记录
如何使用在 Compact Framework 1.0 上运行的 C# 获取 Windows Mobile 5.0 上的 Internet Explorer 历史记录?我只需要获取最近访问的 URL。即使你只知道它存储在哪里,我也可以从那里找出其余的内容。
How do I grab Internet Explorer's history on Windows Mobile 5.0 in C# running on the Compact Framework 1.0? I only need to get the most recently visited URL. Even if you just know where this is stored, I might be able to figure out the rest from there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它通常应该存储在“\windows\profiles\guest\History*”中,
但是最好使用以下命令从注册表中检索此位置:
It should normally be stored in '\windows\profiles\guest\History*'
It might however be better to retreive this location from the registry using:
如果它存储在注册表中(我不是说它是这样,但这是一个合理的调查位置),那么通过以下步骤找到它很容易:
如果历史记录存储在注册表中,它会很快出现,因为唯一的变化文件之间。
If it's stored in the registry (I'm not saying it is, but it's a reasonable place to investigate), then finding it is easy with the following steps:
If history is stored in the registry, it will come up quickly as the only changes between the files.