Learn and practice your skills with our MCQ question answers to improve your knowledge. MCQs list
Start Practice with MCQsQuizack 10 minutes test will assess your knowledge and give you comprehensive results along feedback.
Start QuizDownload Free Microsoft Visual Studio MCQ questions answers PDF to practice and learn while are offline.
Download PDF
Used by 100s of Jobseekers and students
Focused questions for skill assessment
Premium questions with correct answers
The following are the steps in the life cycle of a document (and its frame window and view or views) in an MDI application. Arrange them in the correct order :
1)For each new document, the document
2)During dynamic creation, the document constructor is called.
3)The framework calls DeleteContents to delete data specific to a document.
4)The document's destructor is called.
5)The user interacts with the document throughout its lifetime. Typically this happens as the user works on document data through the view, selecting and editing the data.
2,1,5,3,4
5,2,1,3,4
2,3,5,1,4
5,1,2,3,4
3,1,2,5,4
Answer:
2,1,5,3,4
A list of all controls on a form.
A list of all the controls used by your program.
A list of all text boxes on a form.
A list of all visible controls.
The names of all control arrays on the form.
Answer:
A list of all controls on a form.