How to determine the variable name of an edit control in VC++?

  • Thread starter Thread starter Stan Huang at Taiwan
  • Start date Start date
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...
 
Back
Top