Ok, I used this code to add a listbox item:
It worked all day yesterday, but today when I do it, nothing appears in the listbox. :( I deleted a lot of my code, but I didn't touch the form load event, nor the listbox. I did however put the listbox on a tab page, but why would that mess something up?
Also, how do I change the color of the actual tab? I changed the color of the tabpage, but the tab itself is pure white.
Code:
Private Sub Main_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
ListBox1.Items.Add("(Test Item)")
End Sub
Also, how do I change the color of the actual tab? I changed the color of the tabpage, but the tab itself is pure white.