문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top