S
Stan Huang at Taiwan
Guest
I saw lots of articles explaining how to set values into an edit control in VC++; such as "
m_strTextCtrl = str;
"
But my next question is how I can know variable names of the edit control created by me using VC++. Furthermore, how can I set the variable name as I expected? Not just using default name set by VC++.
Continue reading...
m_strTextCtrl = str;
"
But my next question is how I can know variable names of the edit control created by me using VC++. Furthermore, how can I set the variable name as I expected? Not just using default name set by VC++.
Continue reading...