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 |
How can we create thread in MFC framework?
What does mfc stand for?
How you find memory leaks?
What is the base class for MFC Framework ?
1) create ToolTip in MFC?
1)How to load an icon on a button as Dynamically ?
What is the size of class
How to handle RTTI in MFC ?
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
how does the UIThread and worker thread communicates and handle events
how many types of messages are their
What is a message map, and what is the advantage of a message map over virtual functions?