I am totally new to VB.NET and Visual Studio. I am creating a new form, which includes a combobox. I have figured out how to add the items to the combobox using the properties box, but I would rather code them. I tried the below code, but no luck. Any ideas what I am doing wrong?
Me.cboSTATUS.Items.Add("A")
Any help will be greatly appreciated.
Me.cboSTATUS.Items.Add("A")
Any help will be greatly appreciated.