Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need to activate a specific tab in IE8 - can someone help with sample code (C++)?
I've seen quite a few discussions and suggestion but could not make any of them work...

Thanks,
yakobom
Posted
Comments
Debojyoti Majumder 4-Apr-11 2:43am    
have you google-ed it???
yakobom 4-Apr-11 3:23am    
Of course. Wouldn't bother you guys otherwise.

yakobom
cariolihome 4-Apr-11 17:46pm    
It's not simple
IE8 use multiple processes to display html content
So, You have to load your extension in each process, sync between them and choose, which activate
And what is Your criterias to activate the specific tab ?
yakobom 5-Apr-11 0:22am    
Hi,
In Fact, my extension is already working in IE8, and indeed loading in each process. My extension loads its own dedicated tab, which I need to activate once the user searched for something via the dedicated search box. I know which tab is it, I have the HWND, but can't make it the active one when I want it to be. I've tried using accessibility, message sending, various Windows api...
Any ideas?

yakobom

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900