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 |
what is message Testing ?
What is the difference between Extension DLL and Regular DLL?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
how do u identify RTTI in vc++
what is functioning of DIalodDataXchange ..?
What is the difference between the ASSERT and VERIFY macros?
Given two processes, how can they share memory?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
How can we create thread in MFC framework?
How to update windows title bar dynamically?
How can server communicate with more than one client