VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



drop Down Combo box as it get focus

by Rajeswararao.Gangina (3 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 13th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

drop Down Combo box as it get focus

Rate drop Down Combo box as it get focus



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

Download this snippet    Add to My Saved Code

drop Down Combo box as it get focus Comments

No comments have been posted about drop Down Combo box as it get focus. Why not be the first to post a comment about drop Down Combo box as it get focus.

Post your comment

Subject:
Message:
0/1000 characters