问题描述
伙计们:
我正在使用MFC crichedit。但是当数据变得越来越快时,它开始闪烁。我搜索过文章,但似乎没有人提到闪烁的问题。任何人都可以告诉我如何写一个不闪烁的课程。重点是文本滚动。可以使用CMemDC。
SecureCRT是一个很好的软件,它根本不闪烁!
我试过的:
CMemdc类;
http://www.codeproject.com/答案/ 366902 / VS-CEdit-control-shake-and-blink-badly#answer3
Hi, guys:
I am using MFC crichedit. but when the data become fast and more, it start to flicker. I have searched article, but seems no one mention the flickering issue. Anyone could tell me how to write a class that don't flicker. The important point is the text scrolling. CMemDC may be used.
SecureCRT is a good software, it don't flicker at all!
What I have tried:
CMemdc class;
http://www.codeproject.com/Answers/366902/VS-CEdit-control-shake-and-blink-badly#answer3
推荐答案
这篇关于双缓冲cedit / crichedit?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!