I have get 2 Dialogs (d1 and d2). I want to use the Values of some variables in an other Dialog.
I write:
d1 dlg;
m_filename = dlg.m_name; //m_filename (from d2) gets´the
//value of dlg.m_name
My problem is that dlg.m_name == "", but in d1 it has a value.
I hope you understand my problem.
I write:
d1 dlg;
m_filename = dlg.m_name; //m_filename (from d2) gets´the
//value of dlg.m_name
My problem is that dlg.m_name == "", but in d1 it has a value.
I hope you understand my problem.