minifiredragon
Programmer
I don't know if it's late or I am just stupid, but I can't get a CString to change.
I have it created when the application is started. Then, during the application I call a function, and from within that function (it is OnTimer()) I change, or atleast try to change the CString. At first I thought it was because I set it as a private CString, so I changed it to a public CString and still, it will not stay with the updated information. WTF am I missing?
I have it created when the application is started. Then, during the application I call a function, and from within that function (it is OnTimer()) I change, or atleast try to change the CString. At first I thought it was because I set it as a private CString, so I changed it to a public CString and still, it will not stay with the updated information. WTF am I missing?