Add skin version, add
// to form loading event to make form not flicker
SetStyle(controlstyles.userpaint, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);// erase background is prohibited.
SetStyle (ControlStyles. OptimizedDoubleBuffer, true); // double buffering
this.UpdateStyles();
///
///
///
protected override CreateParams CreateParams
{
get
{
CreateParams cp = base.createparams;
cp.ExStyle |= 0x02000000;
return cp;
return cp;
return cp;
}
}
Read More:
- Solve the problem of vscode window console “flash”
- Solve the problem of Nacos double click flash back
- Solve the problem of flash back in VS2010
- Solve the problem of “Visual Studio debugging flash back”
- Solve the problem of flash back in Visual Studio 2010
- One of the ways to solve the problem of internal server error in flash learning
- How to solve the problem that the console window disappears in a flash after visual studio 2017 runs
- How to solve the problem that the output results of C + + program written in VS2010 flash by
- In the HTML page request Ajax times 400 error, solve Yii submit post form 400 error, and Ajax post request 400 problem (example code)
- XNA 4 project running error: no suitable graphics card found
- Solve the problem of error loading MySQL DB module. Encountered during Django project
- Network card problem: Unable to initialize Windows Sockets interface
- Solution summary of VMware network card without IP and failure to start network card (continuous update)
- Windows Realtek USB wireless network card boot failure Rtlihvs. DLL module stop problem
- How to solve the cross domain problem of Axios in Vue project
- How to solve the problem that the project module turns grey in Maven
- How to solve the problem of artifact contains illegal characters when creating springboot project with idea
- Solve the problem of “error empty block statement no empty” in the console (Vue project)
- A method to solve the error – 110 whilst initializing SD card of raspberry pie
- The spring boot project was first created, pom.xml The error is Maven configuration problem. How to solve it?