how to add in a listView itens that start's in 1 to 50.
I know there is an easiest way then
VB Code:
Private Sub Form_Load() List1.AddItem 1 List1.AddItem 2 . . . List1.AddItem 50 End Sub
Thanks
|
Results 1 to 9 of 9
Thread: Adding ListBox itens (RESOLVED)
|
Click Here to Expand Forum to Full Width |