So today i started my First MFC dialog based application. I have done Win32 GUI & Forms Programming, but my question is, In a MFC application how do you store a value from a text Box?
*******EDIT*********
Ok i figured it out, im stupid and wasnt setting a CString to store the text in;
For any of you that have the same question this is how i got it to work, pretty simple: