J
John
Hi,
The application I'm writing requires double buffering it
also requires a toolbar with its appearance set to flat.
However, this causes a problem because when you set the
following control styles:
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint,true);
I've looked into this and It think its because of the
WM_ERASEBKG not being called, has anyone got a fix for
this, I don't know how to manually send this message and
at what time?
John
The application I'm writing requires double buffering it
also requires a toolbar with its appearance set to flat.
However, this causes a problem because when you set the
following control styles:
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint,true);
I've looked into this and It think its because of the
WM_ERASEBKG not being called, has anyone got a fix for
this, I don't know how to manually send this message and
at what time?
John