المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Drawing taking time



C++ Programming
06-05-2012, 12:11 AM
Hello Experts,

My project required a cmd prompt type control which can take command and diskplay result. I used CRichEditText control to accomplish this. But It is slow while drawing beacuse when I need to display text I have to use GetWindowText() + Append Test then SetWindowText().Everytime it displaying the whole content again.

Is there any workwround to solve this problem?