
Main dialog initially hidden, how? (mfc dialog app)
Hi,
i read about using a redefined windproc and off-screen buffer DC to
avoid flickering. Being new to MFC, can't i use some CImageList
operations to do this for me? I can use CImageList::Draw(...) in my
ON_LBUTTONDWN, ON_MOUSEMOVE messages etc. , but i don't want the "trace"
of the image afterwards, but i'm not sure how to use the
CImageList::BeginDrag(), EnterDrag() etc. to get flicker-free dragging.
In the first case, where would i put the redefined windproc in my
workspace?