|
-
November 28th, 2012, 08:13 AM
#2
Re: Parent to Child Dialog Data Transfer & Vise Versa in VC++
Usually such a "Data Transfer" is performed in following way:
- You implement in a child dialog all the data variables you need to be changed or/and displayed.
- You set all these data values in a child dialog just before calling its DoModal() from a parent window.
- After its DoModal returns IDOK you can set all the data values you need from the child dialog to the parent.
Last edited by VictorN; January 17th, 2016 at 06:43 AM.
Victor Nijegorodov
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
|