hello good people,
I was wondering if it is possible to pass variables from one form to another as i am finding it difficult?
i have two forms test.cpp and addsystem.cpp... and need to call some variables across.
thanks to anyone who can help
Scott
This is a discussion on Passing Variables within the Windows Programming forums, part of the Platform Specific Boards category; hello good people, I was wondering if it is possible to pass variables from one form to another as i ...
hello good people,
I was wondering if it is possible to pass variables from one form to another as i am finding it difficult?
i have two forms test.cpp and addsystem.cpp... and need to call some variables across.
thanks to anyone who can help
Scott
What library are you using to have "forms" ? .NET ? MFC ? ATL ? Something else ?
Basically you have a dialog/form class. To retrieve a variable, you write a GetXXX function that is then called from the instance that created the dialog.
Give some more details please.
hth
-nv
She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."
When in doubt, read the FAQ.
Then ask a smart question.
Interesting greeting...hello good people,
How about using atoms?
Last edited by Queatrix; 09-14-2006 at 09:15 AM.