How we call a dialog in another dialog?
Answers were Sorted based on User's Feedback
Answer / hitesh dedhia
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"
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / dsk
Create a new dialog and this new dialog header file ie .h
file will be added to the main dialog.
Then in main dialog on button click, create an
varaible,varaible.Domodal()function.
| Is This Answer Correct ? | 6 Yes | 0 No |
Explain about MDI and CMultiDocTemplate ?
how does conditionally close the Dialog Box ?
1)How to change the size of a button at run time ?
How we call a dialog in another dialog?
What is LoadLibrary function returns?
Does the application have more than one object? If Yes, Briefly explain.
what is the component of CLR ?
What is LPCTSTR? What does LP denote it?
Tell me the work of HTREDUCE and HTZOOM
What interface must be supported by an ActiveX control?
What is the initial function to be called in MFC and what it will do
How to convert a CString variable to char* or LPTSTR?