drop Down Combo box as it get focus
drop Down Combo box as it get focus
Rate drop Down Combo box as it get focus
(1(1 Vote))
Public Function dropme(cb As Object)
Const CB_SHOWDROPDOWN = &H14F
Dim Tmp As String
Tmp = SendMessage(cb.hwnd, CB_SHOWDROPDOWN, 1, ByVal 0&)
End Function
drop Down Combo box as it get focus Comments
No comments yet — be the first to post one!
Post a Comment