I used the Wizard to create a baisc input box with a OK
and Cancel
I made the input box type "int" with min value 0 and max 99.
Now I want to edit the input box so that it is type string.
I have the MFC ClassWizard open and can see the ControlID, Type, and Member ID of the input box. However, there is no option to edit it...
How can I do this through the Wizard and not mess up the nicely generated code?
Thanks!
Visual Studio 6.0 - C++