阅读背景:

winform防闪屏写法_碧山云游的博客_winform 防闪屏

来源:互联网 
   SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.AllPaintingInWmPaint, true); //  禁止擦除背景.
            SetStyle(ControlStyles.DoubleBuffer, true); //  双缓冲   SetStyle(ControlStyles.UserPaint, true);
   



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: