http://www.microsoft.com/China/Community/program/originalarticles/TechDoc/GdiBuffer.mspx

解决方案 »

  1.   

    double buffer + clip region
      

  2.   

    都是用双缓冲,java和.net的处理机制大致相同,下面的是关于java的,说用的例子和你讲的有些相似,不知对你有帮助否?
    http://www.csdn.net/develop/Read_Article.asp?Id=18165
    http://www.csdn.net/develop/Read_Article.asp?Id=18177
      

  3.   

    一个简单的办法:
    public class Form1:Form
    {
    public Form()
    {
    this.SetStyle(ControlStyles.DoubleBuffer,true);
    //..............
    }
    //.................
    }
    //----------------------
    慢别来找我^_^
      

  4.   


    double buffer technology asfollow add in Initialment(){
    SetStyle(ControlStyles.UserPaint, true); 
      SetStyle(ControlStyles.AllPaintingInWmPaint, true); 
    SetStyle(ControlStyles.DoubleBuffer, true); 
    }双缓冲技术在.NET里如上我要至少80%的分