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 the updated verssion in vc++
Does the application have more than one object? If Yes, Briefly explain.
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
If there is more than 100 control in a window how we can change the Taborder of a controls
how does the UIThread and worker thread communicates and handle events
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is the use of CCmdTarget ?
What MFC base classes provide support for ActiveX controls?
1)How to change a text of a button in runtime?
What is the difference between hinsrtance and hprevinstance in WinMain function?
What is the command routing in MFC framework?
What four types of properties are supported by an ActiveX control?