Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我在表单上使用了大约 50 个不同的标签,并且在我做任何事情(最小化、最大化、在表单上运行任何命令)时它都会闪烁,我需要一种更有效的方法来做到这一点。
我已经搜索并看到有人说要绘制文本,但是还有其他方法吗?如果您建议绘制文本,那么绘制 50 个不同项目的好方法是什么?
谢谢。
2个问题:
1) 表单上的 DoubleBuffered 属性是否设置为 true?如果没有,请尝试一下,看看是否有帮助。
2)您是否覆盖 OnPaint / OnPaintBackground 事件?如果是这样,您可以在其中发布您的代码吗?