G
Guest
Hi,
I have a relatively simple question. I created a blank project, and put a
listbox on the form. Then in the "Form1_Load" function I added one line of
code.
listBox1.Items.Add("Scott");
When I compile and run the program it runs, but the listbox appears to have
an item (I can highlight the first row), but nothing is displayed in the
listbox. What am I doing wrong? Thanks
Scott
I have a relatively simple question. I created a blank project, and put a
listbox on the form. Then in the "Form1_Load" function I added one line of
code.
listBox1.Items.Add("Scott");
When I compile and run the program it runs, but the listbox appears to have
an item (I can highlight the first row), but nothing is displayed in the
listbox. What am I doing wrong? Thanks
Scott