I have a listbox(lstBox1) that I am clearing as part of a clear routine. Then I am trying to use the following array to populate the listbox again:
Dim strlstMajor() As String = {"Geography", "Math", "Chemistry", "Physics"}
Any help would be greatly appreciated!!
Thanks!!!!
Dim strlstMajor() As String = {"Geography", "Math", "Chemistry", "Physics"}
Any help would be greatly appreciated!!
Thanks!!!!