Tell me the different controls in MFC ?
Answers were Sorted based on User's Feedback
Answer / arvin
Various controls available in MFC are
Animation ,Bitmap ,Button, Check Box, Combo Box,
Edit Box, Tab Control, Group Box, List Box,Month Calendar ,
Picture, Picture Clip, Progress Bar, Radio Button, Rich
Edit, Slider, Scroll Bar, Spin Button, Static Text, Timer
,DateTime Picker, Tree Control, UpDown.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / jianhua wang
There are standard controls such as buttons, static text,
edit , common controls from COMCTL32.DLL such as calendar
and Active X controls from .ocx files.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / balasingam
There are lot of controls available in MFC, say for on
example Static,CEdit,Timer,List,etc
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / bhavani akshintala
the different controls of nfc are
list box,edit box,combo box,radio button,timer,scroll
bar,tab control,static control,progress bar,static
text,spin button,tree control
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / chander
There are a lot of functionlaty provided by the MFC it
provide a lot of pre-defined controls. We can use these
controls by just only with the help of dragging & drop.
e.g. comboBox,listBox,commandButton,menu and many more
| Is This Answer Correct ? | 2 Yes | 0 No |
Difference between Cclint DC & Cpaint Dc
what is message loop how mfc does it internally?
What is the base class for MFC
What function is used to disable a control at runtime?
What is the use of CCmdTarget ?
1)how to Display the File Dialog Box, in MFC ?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
what is the size of a process
What is stack size in win32 program?
Tell me the work of HTREDUCE and HTZOOM
19)how to set Back Ground Picture to a Dialog Box in MFC ?
what is the use of AFX_MANAGE_STATE ?