VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the

by Avinash Dahake (1 Submission)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 20th August 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



   Const CB_SHOWDROPDOWN = &H14F
   Dim Tmp
   Tmp = SendMessage(Combo1.hwnd, CB_SHOWDROPDOWN, 1, ByVal 0&)
End Sub


Download this snippet    Add to My Saved Code

Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the Comments

No comments have been posted about Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the . Why not be the first to post a comment about Automatically drops down the list portion of a ComboBox control whenever the ComboBox receives the .

Post your comment

Subject:
Message:
0/1000 characters