Hello,
I'm using timer for drawing a moving body in each timer tick. For deleting the old draw, I'm using XOR mode and draw twice the moving body. It's work fine but it's has a lot of blinking. I need a solution which not including Delay().
Thank's