R
R.A.F.
Hi,
Basically i've read that under C++ we can avoid flickering forms during
sizing (maximize, minimize, restore,...) in SDi/MDI application.
I understood that for that i need to override the WndProc with WM_PAINT
and WM_SIZE messages.
however, under MFC there is a useful method called SetRedraw(bool);
it allows or not, to redraw the relative control.
i would like to know if a similar method exists under C# ?
thanks a lot,
RAF
Basically i've read that under C++ we can avoid flickering forms during
sizing (maximize, minimize, restore,...) in SDi/MDI application.
I understood that for that i need to override the WndProc with WM_PAINT
and WM_SIZE messages.
however, under MFC there is a useful method called SetRedraw(bool);
it allows or not, to redraw the relative control.
i would like to know if a similar method exists under C# ?
thanks a lot,
RAF