|
-
Jan 24th, 2006, 10:17 PM
#2
Re: select statements in vb.net
The ListBox can do all that. The SelectionMode property controls how many and how the user can select items and you can simply adjust the height to display a single item. Having said that, you actually probably want a ComboBox. It looks like a TextBox but with an arrow to drop down a list of options. The user can type into the top section by default, but you can change that by setting the DropDownStyle property to DropDownList.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|