Name some examples of the different types of windows found
in a Windows application?

Answers were Sorted based on User's Feedback



Name some examples of the different types of windows found in a Windows application? ..

Answer / mahesh

Dialog, MessgeBox, Button, listview, edit box all these are
Window's only

Is This Answer Correct ?    12 Yes 5 No

Name some examples of the different types of windows found in a Windows application? ..

Answer / gayatri

The interviewer may also be asking about types of controls,
which are things like edit boxes, radio buttons,
checkboxes, list controls, tree views, etc.

Is This Answer Correct ?    1 Yes 3 No

Name some examples of the different types of windows found in a Windows application? ..

Answer / skybeaver

Technically speaking, a window is a window is a window.
All of its display characteristics are determined by
the "Style" and "ExtendedStyle" properties of the window.
Some of the properties that can be set include border,
visibility, clipping, z-order, modality, etc.

That being said, there are many types of Windows that have
been implemented, such as Frame Windows, MDI
parents/children, modal dialogs, etc.

The interviewer may also be asking about types of controls,
which are things like edit boxes, radio buttons,
checkboxes, list controls, tree views, etc.

Is This Answer Correct ?    3 Yes 8 No

Name some examples of the different types of windows found in a Windows application? ..

Answer / n

There are 2 types of windows - 1.Modal 2.Modeless

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More VC++ AllOther Interview Questions

What is the purpose of declaring a variable as unsigned?

2 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


How to Use mfc71d.dll not mfc71.dll ?

1 Answers  


What is the difference between the = and == operators?

1 Answers  


I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these

2 Answers  






Is visual c++ a compiler?

0 Answers  


What is the file extension used for C++ class implementation files?

3 Answers  


What Is Your Greatest Weakness?

4 Answers   Apple, Infosys, IOCL, Servion, TCS, VisionTek,


Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?

4 Answers   Microsoft,


what is the difference between the codes written in the document class and view class

1 Answers  


Is it safe to uninstall microsoft visual c++ 2008 redistributable?

0 Answers  


What is microsoft visual c++ redistributable and do I need it?

0 Answers  


Categories