C
chad
Hi,
Im new to C#, and I have a question. I can't figure out how to set the
listbox control top select multiple items in a ListBox.
I have tried using the following code, but C# VS 2005 PE does not have
SelectionMode :
listbox.SelectionMode = SelectionMode.MultiExtended;
Please Help!
Chad
Im new to C#, and I have a question. I can't figure out how to set the
listbox control top select multiple items in a ListBox.
I have tried using the following code, but C# VS 2005 PE does not have
SelectionMode :
listbox.SelectionMode = SelectionMode.MultiExtended;
Please Help!
Chad