Hello everyone
I wonder if it's possible to get textbox the value of a listbox without selecting this value
Thank you
Printable View
Hello everyone
I wonder if it's possible to get textbox the value of a listbox without selecting this value
Thank you
for example I want the first value in the listbox go to the first textbox , the second value for the SECOND textbos and so on, but without having to select the values in the list box
Listboxes have an Item property that contains the items in the listbox. Item(0) being the first one, Item(1) being the second and so on.
-tg
That's about as meaningful as the reply you're about to get.
Try removing the eels from your hovercraft.
What do you mean "but not work"?
Did you get an error? Did something happen that shouldn't have? Did the wheels fall off your car? Did your fingers fall off?
We're not clairvoyant and we're not sitting in your lap, so we don't see what you see. You need to be a little more clearer.
In my signature block, there's a link on how to remove eels from your hovercraft. Give it a read, won't take too long.
-tg
of course it doesn't... it does it only when you tell it to... it's not a binding you're adding, it's taking the current value and COPYING it to the text box...
-tg