Using combo box with style = dropdown list
Using combo box with style = dropdown list
Rate Using combo box with style = dropdown list
(1(1 Vote))
'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
Using combo box with style = dropdown list Comments
No comments yet — be the first to post one!
Post a Comment