积极答复者
webbrowser浏览器地址栏图标获取方法

问题
答案
-
VB没有自带WebBrowser控件。Windows Forms里面那个是封装IE提供的WebBrowser ActiveX,所以也没有地址栏相关的功能。
你可以参考http://social.msdn.microsoft.com/forums/en-US/vblanguage/thread/d6dacf27-a9f0-4ae1-abcd-2212b1cbc317自己实现这个功能
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 pucx 2010年6月4日 0:35
全部回复
-
这个不属于webbrowser控件的功能,ActiveX控件里也是没有对应接口的。你可以自己发http请求去下载那个图标。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
VB没有自带WebBrowser控件。Windows Forms里面那个是封装IE提供的WebBrowser ActiveX,所以也没有地址栏相关的功能。
你可以参考http://social.msdn.microsoft.com/forums/en-US/vblanguage/thread/d6dacf27-a9f0-4ae1-abcd-2212b1cbc317自己实现这个功能
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 pucx 2010年6月4日 0:35