What are the Style Properties of Combo Box?
Answers were Sorted based on User's Feedback
Answer / mahvish
the style property of combobox determines the type of
control & behaviour of its listbox portion.It has three
values--
0-DropDownCombo--------allow to edit or select in the text
box portion
1-SimpleCombo----------this style take more space on the
form.
2-DropDownList---------can't allow to edit in the text
box portion.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / guest
Simple, Dropdown list ? We can type and select.
Dropdown Combo ? Only Drop Down.
Is This Answer Correct ? | 3 Yes | 3 No |
What is the difference Between ADO and other data access objects?
what is the front end you used?
What is the difference between queryunload and unload in form?
How would you activate animation control?
How would you navigate between one document to another document in Internet Explorer ?
Give brief description about class?
Is there any Edit method in ADO Data Access method?
How to test the AX stat class?
CRETE A BACKUP FILE
A standard exe contains a registered Active-X DLL. Now some error arise in the application but not in the standard exe , it is in the Active-X DLL. How do you find it out in which line no the error is?
Which Property is used to compress a image in image control?
How many ways you can access file using VB?