HI.
I wonder if its possible to use the AutoCompleteSource with UltraComboEditor or UltraTextEditor.If yes, how?Can someone please give me an example on this, in VB.
Thanks
I'm afraid I do not understand the question. What do you mean the "last directory you have been to?"
The control doesn't store any information about it's previous values. You would have to implement this yourself.
Hi and thanks for the quick answer.
But how can i get the url's or last directory i have been to.With the standard winCombo this was easy, but with ultraComboEditor i cant get them.
buy the way, i am new to this programming, so that can be one problem to......
Thanks again
UltraComboEditor and UltraCombo have an AutoCompleteMode property which does a lot of the same thing as AutoCompleteSource. It's not exactly the same, though.