Tell me the different controls in MFC ?

Answers were Sorted based on User's Feedback



Tell me the different controls in MFC ? ..

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

Tell me the different controls in MFC ? ..

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

Tell me the different controls in MFC ? ..

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

Tell me the different controls in MFC ? ..

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

Tell me the different controls in MFC ? ..

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

Post New Answer

More MFC Interview Questions

What is the use of UpdateData funciton ?

7 Answers  


How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it

8 Answers  


what is the updated verssion in vc++

3 Answers   Aspect,


What?s the difference between Modal and Modeless Dialog?

12 Answers   Jekson, Usl India,


What function is used to retrieve the currently selected index in a list box?

2 Answers  






What is userdefine Messages in MFC?

1 Answers   HCL,


How you find memory leaks?

4 Answers   ABB,


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


How can i implement the dynamic menus in MFC plz give the code

2 Answers  


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


What is serialization ?which function is responsible for serializing data ?

5 Answers  


Which MFC function is used to display output?

9 Answers   TCS,


Categories