Click to See Complete Forum and Search --> : Create IE AutoFill toolbar using C#


janex
December 5th, 2008, 08:16 AM
Hi

I need to create a IE autofill toolbar similar to IE toolbar using C#. Can you please help me on that. It would be great if you can provide me the sample code to do this.

Thanks
Janakiraman

dannystommen
December 5th, 2008, 08:35 AM
What exactly do do you mean with toolbar?

I think that you mean the adressbar (where you type you URL), if that's the case, I suggest using a combobox.


comboBox1.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
comboBox1.AutoCompleteSource = AutoCompleteSource.HistoryList;