Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleProgrammatically expand a ComboBox in Visual Basic 2005
DescriptionThis example shows how to programmatically expand a ComboBox in Visual Basic 2005.
KeywordsComboBox, expand, VB.NET, Visual Basic 2005
CategoriesControls
 
To expand the ComboBox, the code simply sets its DroppedDown property to True.
 
cboChoices.DroppedDown = True
 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated