I need to make a string for a description textbox so later it can be added into a listbox and I dont know how to do this and this is all I got, which isnt much
Dim desripition As String
Private Sub textbox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles textbox2.TextChanged
' dont know how to do the code for this
End Sub
its probably 1 line of code. All I need to do is the user enters some text for a description of something and it gets saved as a string, could someone help me