sjulian Newbie
Joined: 12 Sep 2005 Posts: 1
|
Posted: Sep 12th, 2005 01:47 PM Post subject: Listbox will not display |
|
|
Trying a simple listbox test on VS .NET 2003.
'Populate List Box
'lstDisplay.Items.Clear()
lstDisplay.Items.Add("One")
lstDisplay.Items.Add("Two")
lstDisplay.Items.Add("Three")
lstDisplay.Items.Add("Four")
lstDisplay.Items.Add("Five")
None of these items display when I run the program but the scrollbar appears as if there is something there. I have updated all product updates.
Any suggestions |
|