Why is DoubleBuffered disabled by default?

后端 未结 4 1954
后悔当初
后悔当初 2020-12-15 04:24

After creating a new form, I usually perform this ritual:

  1. Change the name into something meaningful;
  2. Type a Caption;
  3. Change the
4条回答
  •  遥遥无期
    2020-12-15 04:57

    Double buffering is to be avoided when doing Remote Desktop of some sort, since the whole bitmap of the control/form has to be sent over the network to do the BitBlt. see this blog post...

提交回复
热议问题