Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get and Send Information...

Status
Not open for further replies.

DrkPaladin

Programmer
May 18, 2002
33
CA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top