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

How we call a dialog in another dialog?

2 Answers  


What is the difference between Extension DLL and Regular DLL?

6 Answers   GE,


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


What interface must be supported by an ActiveX control?

2 Answers  


Why not virtual functions to handle messages?

5 Answers  






What function is called by a document class to notify views that the document has been changed?

2 Answers  


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


what is the difference between compiling and building?

1 Answers  


1)How to change a text of a button in runtime?

2 Answers  


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


How can update edit control data of an executing application from other application?

3 Answers   HP,


Categories