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 |
What is socket?
What is #progma and where it is used?
What MFC base classes provide support for ActiveX controls?
how can u change button shape at run time
What is the base class for most MFC classes?
What is thread & process?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
What is the range of intensity of RGB
What interface must be supported by an ActiveX control?
What does mfc stand for?
What is CSingleDocTemplate?
What four types of properties are supported by an ActiveX control?