VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Using combo box with style = dropdown list

by rhian aseniero (8 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 4th February 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Using combo box with style = dropdown list

Rate Using combo box with style = dropdown list



'put a list 2 items on the list.


private sub form_load()
   combo1.listindex = 0
   'combo1's text is the first item you entered.
   'you cannot set the text of a dropdown list combo it's read-only!
end sub
   


Download this snippet    Add to My Saved Code

Using combo box with style = dropdown list Comments

No comments have been posted about Using combo box with style = dropdown list. Why not be the first to post a comment about Using combo box with style = dropdown list.

Post your comment

Subject:
Message:
0/1000 characters