I am new to VB.NET and so opened a simple project with one form and one listbox on the form. Within the form's load sub I added 3 items to the listbox using the syntax listbox1.items.add("text value1")
The problem is that, when I run the program, the listbox displays but the values in the listbox are not showing, although they are there! (I moved the listbox selected value to a textbox to show that the listbox is populated)....
Can anyone help, please?!
The problem is that, when I run the program, the listbox displays but the values in the listbox are not showing, although they are there! (I moved the listbox selected value to a textbox to show that the listbox is populated)....
Can anyone help, please?!