K
kimiraikkonen
Hi,
I want to add all the IE's URL history into my combobox1 on form_load
event. If i associate AutoCompleteSource.AllUrl wiht my combobox, no
problem seeing the URL history when typing letters inside my combobox
but i also want to add all this array's
items(ComboBox1.AutoCompleteSource.AllUrl) into my combobox item array
collection at startup to see all URL's with dropdown.
Shortly, how can i add all ComboBox1.AutoCompleteSource.AllUrl list
items into my combobox?
Thanks!
I want to add all the IE's URL history into my combobox1 on form_load
event. If i associate AutoCompleteSource.AllUrl wiht my combobox, no
problem seeing the URL history when typing letters inside my combobox
but i also want to add all this array's
items(ComboBox1.AutoCompleteSource.AllUrl) into my combobox item array
collection at startup to see all URL's with dropdown.
Shortly, how can i add all ComboBox1.AutoCompleteSource.AllUrl list
items into my combobox?
Thanks!