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
 
 
 
 
 
TitleMake a dynamic ComboBox that saves the user's selections
KeywordsComboBox, dynamic
CategoriesControls
 
Thanks to David Tufts

When it starts, the program loads two ComboBoxes from text files.

When the user types a new value in a ComboBox and clicks Save, the program updates the ComboBox's files to add the new item to the list.

If the user selects an item and presses the Delete key, the program removes the current item from the ComboBox.

See the code for additional details.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated