I would like to be able to do a refresh on a form without redrawing the entire form area. The reason is to be able to move an object within a picture box and not have so much flashing. (Refreshing just the picture box does not work. The whole form must be refreshed or the object leaves trails.)
I've tried to use examples from allapi but nothing pertains to this particular situation:
Get old clipping device context
Save old values
Set new clipping region (smaller)
Move object (a visual basic shape)
Reset old clipping region
Any help would be welcome - Thanx
I've tried to use examples from allapi but nothing pertains to this particular situation:
Get old clipping device context
Save old values
Set new clipping region (smaller)
Move object (a visual basic shape)
Reset old clipping region
Any help would be welcome - Thanx