Hello
I made this program (in VB6) where I have 1 textbox 1 listbox & 2 command bot ...
& this is the code :
Private Sub Command1_Click()
List1.AddItem Text1.Text
End Sub
Private Sub Command2_Click()
List1.Clear
End Sub
The problem is that whan close the program ( after executing of corse) and open it again I find nothing :cry: ...
Do I need some kind off code to save my progress ? :confused:
By the way I need a code to delete specified item from the list box
And thank you very much ^_^
I made this program (in VB6) where I have 1 textbox 1 listbox & 2 command bot ...
& this is the code :
Private Sub Command1_Click()
List1.AddItem Text1.Text
End Sub
Private Sub Command2_Click()
List1.Clear
End Sub
The problem is that whan close the program ( after executing of corse) and open it again I find nothing :cry: ...
Do I need some kind off code to save my progress ? :confused:
By the way I need a code to delete specified item from the list box
And thank you very much ^_^