I've just started working through Sams publishing's "Teach yourself Visual C++ 4 in 21 days", using VC++ version 4.0 on a windows xp machine. My problem occurs when I attempt to add member variables to controls that I have added to a dialog box through the Class Wizard, Member Variables tab. I can only see the Control IDs of the two Push Button Controls that are initially created by the MFC App Wizard - Ok and Cancel, despite having deleted these two controls and added three new Push Button Controls, two Check Box Controls and an Edit Box Control. Is there something that I have to do to refresh the list of Control IDs in the Member Variables tab, as currently I cannot assign variables to any controls?
Thank you very much,
radders
Thank you very much,
radders
Comment