Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the
Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the focus
Rate Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the
(2(2 Vote))
Const CB_SHOWDROPDOWN = &H14F
Dim Tmp
Tmp = SendMessage(Combo1.hwnd, CB_SHOWDROPDOWN, 1, ByVal 0&)
End Sub
Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the Comments
No comments yet — be the first to post one!
Post a Comment