Interviewer And Interviewee Guide

Microsoft Foundation Class (MFC) Interview Question:

How we call a dialog in another dialog?

Submitted by: Administrator
Using DoModal() function.
create a class of another dialog box.
and write a code in fist dialog box function.

Classname(second) variable_name;
variable_name.DoModl();

and define the new header file in fisrt dialog bob code.
like;
#include "classname.h"
Submitted by: Administrator

Read Online Microsoft Foundation Class (MFC) Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.