Quote:
Originally posted by gstercken
Yes, that's what I meant. But I also said that a memory DC would not be needed at all for this app in order to remove flicker.
No, as there are no overlapping objects. All drawing objects (the grid lines and the changing filled squares) sit side by side, so there is no point in using a memory DC. Flicker can be removed completely by invalidating only the required areas, and the whole drawing can be sped up by limiting all drawing to the visible region.
hi mr.gstercken... so can u pls elaborate for me what else i need to do to get the proj working pls??