Hi All:wave:
How to make adding new items in the ListBox control …..however I want it add at the beginning of the list
I not want scrolling down the list box to see the last added item. I want to see the last of item at once
thanks in advance
Printable View
Hi All:wave:
How to make adding new items in the ListBox control …..however I want it add at the beginning of the list
I not want scrolling down the list box to see the last added item. I want to see the last of item at once
thanks in advance
Would this work for you?
Code:Private Sub Command1_Click()
List1.AddItem "New Item", 0
End Sub
Thank you
You are great!!:thumb:
LOL... :blush: You're welcome. :wave: