Originally posted by Arcom
You must set the AutoRedraw to True BEFORE you draw anything on the Form/PictureBox. Then, after you've done drawing, call the Refresh method to display the contents. It's simple as that...
But if I have autoredraw set to true, then the drawing flickers and all that while I'm drawing it. It looks pretty crappy.

Basically, I need to edit what the autoredraw is redrawing. Whatever I do doesn't seem to be working. Either that or I need to know why when I try to draw on a DC I created nothing happens.