Answers

Question and Answer:

  Home  MFC

⟩ How we call a dialog in another dialog?

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"

 166 views

More Questions for you: