What are the types of button controls?
Answers were Sorted based on User's Feedback
Answer / fahim
1.Command Button
2.Radio Button
If anyone knows apart from it plz let me know
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / aa
Push Button. I am not sure if push button and command
button are one and the same
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / swetha palanki
push button
radio button
check box
group box
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / amitabh dehury
push button
with different bkgnd colors & text
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ratnesh sachan
The button type determines how the button acts, how it
highlites when pressed and wether it shows its state.
There are four types of buttons
1:- Push Buttons
2:- Sticky Buttons
3:- Radio Buttons and Checkboxes
4:- Deprecated Buttons
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sk
Push Button
Radio Button
Check Box
Edit Box
Static Button
Picture Box
Group Box
Labels
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satyabrata mishra
There are 2 types of button controls available in MFC.
1. 1st one is gray color push button (CButton)
2. Bitmap button (CBitmapButton)
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / deepak h
Push Button (Default/Pushed)
Check Box
Radio Button
Command Button(Command link)
| Is This Answer Correct ? | 0 Yes | 2 No |
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
How to convert the content of buffer into lower case character.
what do you mean by psychic window?
what if we provide two message handler for same message ?
Have you ever used win32 APIs ?
What is the difference between GetMessage and PeekMessage ?
What is the use of UpdateData funciton ?
What is subclassing?
What function is used to retrieve the currently selected index in a list box?
What is the use of message map ?
1)How to change the size of a button at run time ?
How to handle dynamic menus in MFC?