Draw on the screen without clearing the screen
I am using a full screen form, and I want to draw something on the screen using a timer without the screen being cleared. The only way I can find to access the screen graphics is through the Paint method, but the only way I can call that is if the form is invalidated, so the screen clears. Is there something I'm missing here?
Thanks.
|