C ++中Web浏览器的事件接收器. [英] event sink for web browser in C++.

查看:57
本文介绍了C ++中Web浏览器的事件接收器.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好日子!.

我要开发一个系统,该系统将简单列出浏览器中访问的所有URL及其响应时间.我的问题是此应用程序是用c ++编写的独立程序(不是某些浏览器的插件).每次用户浏览时,程序都会执行某些方法.

就像我的程序会监听浏览器事件一样.我不知道如何在Internet Explorer,mozilla firefox和google chrome等网络浏览器中为上述事件创建一个偶数实现.

我无法从您那里得到任何建议,建议或想法,以使我能够开始开发.我需要集中精力学习的任何领域.

非常感谢您的宝贵时间!希望您的回应!:)

最好的问候!

注意:这是在Microsoft平台中

gud day!.

i am to develop a system that would simply list all URL accessed in a browser with its response time. my problem is that this application is a standalone program(not a plug-in to a certain browser) written in c++. every time a user browse, the program then performs certain method.

so it is like, my program would listen to the browsers events. i dont know how to create an EVEN SINK implemetation for the above mention event in web browsers like Internet explorer, mozilla firefox and google chrome.

any suggestion, advise or idea i cant get from you for me to be able to start the development. any areas i need to focus in studying.

thanks alot for your time! hope for your response!:)

best regards!

Note: this is in microsoft platform

推荐答案

可能是您可以使用BHO(浏览器帮助程序对象)来跟踪和存储所有访问的URL.以下链接可能很有用 http://msdn.microsoft.com/en-us/library/bb250489(VS.85).aspx [ ^ ]
May be you can use a BHO (Browser Helper Object) which can track and store all the URLs accessed. Following link might be useful http://msdn.microsoft.com/en-us/library/bb250489(VS.85).aspx[^]


这篇关于C ++中Web浏览器的事件接收器.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆