SHAutoComplete Edit
-
I have an edit control which has autocomplete feature. I could activate it by calling SHAutoComplete function. Now I would like to add an url to the history if it doesn't exist in the url history. How can I do this ? Orcun Colak
-
I have an edit control which has autocomplete feature. I could activate it by calling SHAutoComplete function. Now I would like to add an url to the history if it doesn't exist in the url history. How can I do this ? Orcun Colak
Take a look at this interesting reg key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs
. You could manually iterate values to see if an item exists, adding the new URL if it doesn't; or use IUrlHistoryStg::AddUrl()[^]"The greatest danger to humanity is humanity without an open mind."
- Ian Mariano - http://www.ian-space.com/ -
I have an edit control which has autocomplete feature. I could activate it by calling SHAutoComplete function. Now I would like to add an url to the history if it doesn't exist in the url history. How can I do this ? Orcun Colak