M
meipv
I have five dialog classes in one project. Is it possible for the data from
I store in variable m_object from one class to be passed to another dialog
class.
The basic set-up of my project. When the user in dialog class ONE clicks
OK, it goes to dialog TWO. I have a getfunciton that retrieves the data
from the variable m_object. The problem is that when I call this function
in dialog TWO it passes whatever is in my constructor.
I store in variable m_object from one class to be passed to another dialog
class.
The basic set-up of my project. When the user in dialog class ONE clicks
OK, it goes to dialog TWO. I have a getfunciton that retrieves the data
from the variable m_object. The problem is that when I call this function
in dialog TWO it passes whatever is in my constructor.