|
-
January 17th, 2016, 08:18 AM
#15
Re: pass variable value from one dialogbox to other/ one class to other class in vc++
 Originally Posted by [email protected]
in CMyDialog1 class file:
m_intVariable =7;
and in CMyDialog2 class file:
int value;
CMyDialog1 dlg;
value= dlg.m_intVariable ;
if we do not call DoModal method before assignment then dlg.m_intVariable is empty.
please give me simple solution for this.
I did not get that class example
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|