G
Guest
For reasons beyond my control, I've been coerced into transitioning from VBA
to VC++ .NET. My question is simple. When using Forms in VBA, I can reference
a variable defined in the UserForm (say strName for example) from my main
Module by using the following statement
var x
x = UserForm1.strName
I have yet to find a corollary in Visual C++ where I can reference a
variable defined in my Dialog in my Main code. How can I get information from
the Dialog to the Main{} section of my *.cpp file?
to VC++ .NET. My question is simple. When using Forms in VBA, I can reference
a variable defined in the UserForm (say strName for example) from my main
Module by using the following statement
var x
x = UserForm1.strName
I have yet to find a corollary in Visual C++ where I can reference a
variable defined in my Dialog in my Main code. How can I get information from
the Dialog to the Main{} section of my *.cpp file?