Search code examples
c++internet-explorersearchbhoaddress-bar

IE Address bar search. I need to add a list of other results at the end of current result list


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.


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.