Hi All,
In IE6, when I got an instance of IWebBrowser2, I could judge whether it was active by comparing its hwnd with GetActiveWindow(). But in IE7, I couldn't do it, because IWebBrowser2.get_Hwnd returned handle of its container.
Who can help me
Hi All,
In IE6, when I got an instance of IWebBrowser2, I could judge whether it was active by comparing its hwnd with GetActiveWindow(). But in IE7, I couldn't do it, because IWebBrowser2.get_Hwnd returned handle of its container.
Who can help me
How to retrieve active IE7 tab window's IWebBrowser2 object?
R-Cyclone-S
WpfUser
I have a bho that outputs an analysis of the webpage, and as the analysis takes some time, I keep the results, so if the user switches from one tab to another, I just quickly load the analysis results and display them. The problem is that I need some kind of tab ID to be able to tell which stored results to retrieve, and also for storing them.
If anyone has a small code snippet showing the part of the Invoke method that handles this, please post it, it would be greatly appreciated.
Thanks
asiaindian
NeederOfVBHelp
battlestar 2007
TabWindowClass windows of activated and inactivated tabs get WM_SHOWWINDOW message. For the activated tab, wparam parameter is TRUE and for inactivated tab, it is FALSE. But you need to subclass TabWindowClass windows of all the tabs.
Mojo
vicky_dceian
How to retrieve active IE7 tab window's in vb6
Help me !!