InvalidateRect(this->Handle,NULL,true);
UpdateWindow(this->Handle);还有:我使用BCB,无法跟你讨论别的事情!:)

解决方案 »

  1.   

    to: BCB_FANS
    为什么不能讨论别的事情啊?
      

  2.   

    而且这样子做也不行呢:(...
    InvalidateRect(this->Handle,NULL,true);
    UpdateWindow(this->Handle);
      

  3.   

    Form1.Invalidate;
    或UpdateWindow(Form1.Handle);
    如果还不行,用ReCreateWnd试试.
      

  4.   

    还是不行?你不是说“只有用鼠标改变窗体尺寸才能使窗体变得显示正常吗”?,使用笨办法再试:(this->Width = this->Width + 1;
    this->Width = this->Width - 1;