Name some examples of the different types of windows found
in a Windows application?
Answers were Sorted based on User's Feedback
Answer / mahesh
Dialog, MessgeBox, Button, listview, edit box all these are
Window's only
| Is This Answer Correct ? | 12 Yes | 5 No |
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 |
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 |
What is microsoft visual c++ used for?
What is type-safety?
How a dll will be sharable by more than one exe?
What is iunknown? Explain some of commonly used methods provided by iunknown.
What is the purpose of declaring a variable as unsigned?
What is a glyph?
What is vc++ redistributable?
Name the function is used to transfer bitmaps to an output device?
Do you need microsoft visual c++?
Do I need all the microsoft visual c++ redistributable?
Explain pointer to the constant and constant pointer?
What is the default label used for in a switch statement?