I am very very new at Visual C++. How do you grab a variable from another dialog box? If a dialog box is what it is called? I am familiar with Visual basic so I will tell you what I am after in VB terms.
I have a two forms called frm1 and frm2. I am now in frm2 but want to grab a variable that is on frm1. So my call would look like frm1.variable to grab that variable. How do I do this in Visual C++?
I have a two forms called frm1 and frm2. I am now in frm2 but want to grab a variable that is on frm1. So my call would look like frm1.variable to grab that variable. How do I do this in Visual C++?