[RESOLVED] List box item scrolling (Next item)
Hello,
I was wondering what the code would be for a command button to make the next item in the list box be selected?
Kind of like a NEXT button.
EXAMPLE:
List box Line 1
List box Line 2
List box Line 3
List box Line 4
If List box Line 2 is selected then clicking the next button would DESELECT List box Line 2 and SELECT List box Line 3.
If I didn't explain enough just let me know.
Stilekid007
Re: List box item scrolling (Next item)
Try...
VB Code:
List1.Listindex = List1.Listindex + 1
It's quite simple!
Re: List box item scrolling (Next item)
Ahhh yes, thats what I needed!
I was trying
Thanks man!
Stilekid007
P.S. YOU GOT RATED! ;) haha