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 |
1) create ToolTip in MFC?
Name the Synchronization objects?
How to create a Modeless Dialog?
How can we create thread in MFC framework?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
1)does Frame Thickness in MFC?
What is document-view architecture ? Give me one real time example for SDI ?
what is the component of CLR ?
Difference between Cclint DC & Cpaint Dc
What is the difference between regular dlls and extended dlls?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
what is the use of CCmdTarget?