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 function is used to trap all mouse messages?

1 Answers  


What is splitter window in vc++?

0 Answers  


Name the three types of loops used in C++ programs?

4 Answers  


Name the most commonly used wizards?

2 Answers  


How do I uninstall and reinstall microsoft visual c++ runtime libraries?

0 Answers  






How do I fix microsoft visual c++ 2015 setup failed?

0 Answers  


How do I reinstall microsoft visual c++?

0 Answers  


What is the use of microsoft visual c++ 2015 redistributable?

0 Answers  


How do I change visual code font?

0 Answers  


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

0 Answers  


Explain the advantages of cwinthread class.

0 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  


Categories