How can I make a program go down in order on a list box?
Like I have a web browser I want the nav. to change to the links listed in the list box, from top to bottom.
Didn't understand a word.
For i = 0 to listbox.items.count - 1
msgbox(listbox.items(i).tostring)
next
???
Like firefox does, where it displays a auto list of possibilities and navigates you there on enter?
If that's the case, fill the listbox either dynamically or from database , or textile, or from a setting, who cares, once it's filled you want to create a autofill feature, which you can probably find a howto a tutorial online. I can do it, but not without opening VS, and at the moment my hands are a little tied in web developer.
Autofill (I think) + suggestions is what I think you are actually looking for, Kevin, hassan and jason are more then qualified to handle this, so one of those guys can go go go
Posts 1–7 of 7 · Page 1 of 1
Post a Reply
Tags for this Thread
None
I'm not sure what you're trying to say, care to elaborate?
I think he wants a Auto Complete (Suggestions) List Box or Textbox
If it's autocomplete, just set the AutoComplete property to suggest-append and create a list to add to the new AutoCompleteList or something.
@ jason, Exactly, It's simplistic in design, just trying to be sure it is what he is looking for, but it always helps when the OP responds, so until then, let's wait on response.