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 |
TO start the build process in Developer Studio Which keyboard function is used ?
Does visual c++ 2017 replace 2015?
Where can I find microsoft visual c++?
Can I remove microsoft visual c++?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is odbc in vc ++?
How do I reinstall microsoft visual c++?
How do you handle drag and drop in ole?
What is the value of the expression a = 42?
How can we use cmutex?
How do I uninstall vc++ 2015?
what is the difference between the codes written in the document class and view class