|
Changing variable type for edit box : mfc - .net
i have a form with an edit field. i added a variable type "int" by right clicking and chosing "add variable"
now i want to make it type "cstring" .. add variable doesn't seem to work anymore, .. do i just go into the header file and change the data type in the code itself? or is there a way to do it in the GUI ?
|