Re: Passing Parameters Out of a DialogBox
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: 8 Aug 2006 16:18:39 -0700
Now that I can pass parameters into a DialogBox member function by initializing
a DialogBox data member, I need to pass data out of the DialogBox member
function. How can I do this without using a global?
Provide methods to Dialog class which can be accessed by other objects:
CMyDialog dlg;
dlg.DoModal();
int val = dlg.GetSomeValue();
etc.
---
Ajay
.
- Follow-Ups:
- Re: Passing Parameters Out of a DialogBox
- From: Peter Olcott
- Re: Passing Parameters Out of a DialogBox
- References:
- Passing Parameters Out of a DialogBox
- From: Peter Olcott
- Passing Parameters Out of a DialogBox
- Prev by Date: Passing Parameters Out of a DialogBox
- Next by Date: Re: Passing Parameters to a DialogBox
- Previous by thread: Passing Parameters Out of a DialogBox
- Next by thread: Re: Passing Parameters Out of a DialogBox
- Index(es):