Hello,
I have been trying to get this to work for a long time and it has started to get on my nerves on more than one occasion.
Everyone knows how use a listbox, when you add an item i.e
VB Code:
Private Sub Command1_Click() List1.AddItem Text1.Text Text1.Text = "" End Sub
This will add a text boxes text to the list box over again. So you will have more than 1 item in the list box.
How do i do this with a ListView box. i have included the form file below. I need to add 3 items from 3 text boxes into 3 coloumns.
Please Help
Jenova




Reply With Quote