When I create a Static Text box in Visual Basic 6, the name (IDC_STATIC) is not listed in MFC ClassWizard->Member Variables. It only appears if I change the name.
is not listed in MFC ClassWizard->Member Variables. It only appears if I
change the name.
I presume you mean Visual C? If so, then yes this is true. IDC_STATIC is
special in that it is used as the id for multiple controls -- ones that you
don't care about notification from. The Wizard is forcing you to pick a
unique ID for the control.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.