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 |
If i derive a new class from CObject what are the basic features my derived wil get ?
If there is more than 100 control in a window how we can change the Taborder of a controls
1)How to change a text of a button in runtime?
what is message Testing ?
How to create a Modeless Dialog?
How to setup a timer?
Given two processes, how can they share memory?
what is the use of CWinApp class?
What is difference between the TCP/IP and UDP socket
What is #progma and where it is used?
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
Types of DLL's