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 mean [] inc what is the use of include conio.h in c

1 Answers   BirlaSoft,


How will slove problem comes wirh Hybrid Inheritance?

1 Answers   Microsoft,


What is a glyph?

2 Answers  


How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

0 Answers   Soft Solutions,


What is visual c++ used for?

0 Answers  






How you build a project using Developer Studio?

0 Answers  


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

1 Answers  


What is persistence?

3 Answers  


What property is used to indicate that the up-down control is associated with a buddy control?

1 Answers  


Do I need all the microsoft visual c++ redistributable?

0 Answers  


How do I create an mfc application in vc++?

0 Answers  


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

4 Answers   Microsoft,


Categories