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 a popup menu look like a ComboBox
Keywordspopup, menu, ComboBox, dropmenu
CategoriesControls
 
Make a TextBox and a button with a drop arrow. When the user clicks the button, display the popup menu below the TextBox using the PopupMenu command.
 
Private Sub cmdDrop_Click()
    PopupMenu mnuPopup, , txtDrop.Left, txtDrop.Top + _
        txtDrop.Height
End Sub
 
 
Copyright © 1997-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated