Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top