N
nomaikai_nomaikai
Guest
Hi,
I have tried to search through the internet for this issue. Is it possible to display the test instantly after doing the command below in visual c++ 6:
m_sMessage = "Simulation starts.";
UpdateData(FALSE);
After I step through UpdateData(FALSE), the test stored in CString m_sMessage(member of my editbox) is not being updated into the editbox immediately. The text will only be added after the application has run through all the codes. Is there any command I can add after the UpdateDATA command to show the text in the edit box immediately? I know this might sound very silly to the expert but it has wasted a lot of my time to search in internet for the solution. Hopefully I can get a reply regarding this issue, sorry for asking such an easy question.
Continue reading...
I have tried to search through the internet for this issue. Is it possible to display the test instantly after doing the command below in visual c++ 6:
m_sMessage = "Simulation starts.";
UpdateData(FALSE);
After I step through UpdateData(FALSE), the test stored in CString m_sMessage(member of my editbox) is not being updated into the editbox immediately. The text will only be added after the application has run through all the codes. Is there any command I can add after the UpdateDATA command to show the text in the edit box immediately? I know this might sound very silly to the expert but it has wasted a lot of my time to search in internet for the solution. Hopefully I can get a reply regarding this issue, sorry for asking such an easy question.
Continue reading...