Question

Currently, if you type in the address bar in IE, you see a dropdown list of url search results depending on what you type. I'd like any hint, anything, about how to access the address bar object throught a BHO in C++, so that i can append url results from my bho at the end the current list. Thank you. If anyone need precisions, please ask. I'll be checking for responses every single days.

Was it helpful?

Solution

There is no direct way to do this. You can add your urls to History using IUrlHistoryStg, and then they will show up if they match what the user types.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top