DrkPaladin
Programmer
I have created a Modeless Dialog using Create() and now I want to have many Modal Dialogs Getting and Sending Information from and to that Modeless Dialog... The Modeless Dialog will just wait in the background until I exit the program...
eg.
//***Send***
pModeless->Variable = Varieble;
//***Get***
Variable = pModeless->Variable
Is there any easy way to do this???
Please Help Me,
Thanks.
eg.
//***Send***
pModeless->Variable = Varieble;
//***Get***
Variable = pModeless->Variable
Is there any easy way to do this???
Please Help Me,
Thanks.