Home » Controls » How to show the Drop Down of ComboBox List
How to show the Drop Down of ComboBox List
Posted on January 5, 2009
1 2 3 4 5 6 7 8 9 10 11 12 13 | 'Controls - How to show the Drop Down of ComboBox List Option Explicit 'Insert a ComboBox to your form Public Declare Function SendMessageLong Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, _ ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Public Const CB_SHOWDROPDOWN = &H14F Private Sub Form_Load() Call SendMessageLong(Combo1.hwnd, CB_SHOWDROPDOWN, True, 0) End Sub |
Related posts:
- How to set the ComboBox DropDown List Width
- How to Show/Hide ComboBox’s DropDown List
- How to check for duplicates in Combo Box
- How to Copy List Box Content To Another List Box\Combo Box
- How to Quick Select/UnSelect all items in List Box
- How to add CheckBox to ComboBox
- How to set the ComboBox DropDown List Height
- How to generate list in combobox with all dates of current month
- How to expand the width of a combobox to the width of the listed items
- How to select entire Row in List View
Enjoy this article?
Filed under: Controls
Leave a comment
Sponsors
Link Back to us
Donations
If you are benefited from this site, please donate a small contribution to us. It will help to maintain this site better.