Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
TitleMake an auto-completion ImageCombo ActiveX control
Keywordsauto-complete, ImageCombo custom control, ActiveX control
CategoriesControls, ActiveX Controls, ActiveX
 
Thanks to Rawden Hoff.

This project builds two ActiveX ComboBox controls, once that displays images and one that does not. Both provide auto-completion and can optionally restrict the user to entering only values in the list.

The basic approach is for the controls to watch their constituent ComboBox's KeyDown and KeyPress events. The code looks through the ComboBox's choices to see which one best fits what the user has typed. See the code for the details.

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