Ways to troubleshoot form flicker issues

Source: Internet
Author: User

1. When declaring a form class, add:
Private
Procedure CreateParams (var params:tcreateparams); Override

2. In the Form Implementation section, add:
Procedure Tfrm_main.createparams (var params:tcreateparams);
Begin
inherited;
Params.exstyle: = 33554432; 0x 02 00 00 00
End

has been tested to effectively resolve flicker problems with forms that contain multiple controls. See the original posts: http://social.msdn.microsoft.com/forums/en-US/winforms/thread/aaed00ce-4bc9-424e-8c05-c30213171c2c/

Http://blog.sina.com.cn/s/blog_6016bdc80100frvx.html

Ways to troubleshoot form flicker issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.