How many types of combo box are their
Answers were Sorted based on User's Feedback
Answer / sahadev tarei
3 types
1-simple
2-drop down
3-drop down list
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / subeetha
There are 3 tyes of combobox available.
1. Simple
It shows the list of items at all times and selected
item in the text box.
2. Dropdown
It shows the list when icon is clicked and selected
item in the edit box.
3. Dropdown List
It shows the list when icon is clicked and selected
item in the static box.
| Is This Answer Correct ? | 1 Yes | 0 No |
1) Enable or disable a Cancel button at run time?
What is #progma and where it is used?
1)How to create ToolTip in MFC?
What function is used to retrieve the currently selected index in a list box?
What is primitive and non-primitive application?
What is the difference between ASSERT and VERIFY?
How can i change the color of a dropdowncombobox elements
Whats is DDX & DDV in MFC?
What is the difference between Extension DLL and Regular DLL?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
If application hangs while SendMessage is waiting for the result, how you handle it?
If i derive a new class from CObject what are the basic features my derived wil get ?