c++ - 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, then you type one of the URL search results based on your type See dropdown list. I have to access any sign, anything, through the address bar object through a BHO C ++ , so that I
There is no direct way to do this. You can add your URL to history using IUrlHistoryStg, and then they will show that they match the user type.
Comments
Post a Comment