Me.CreateGraphics() Problem in VB.NET

If you use paint event you dont need to create a graphics object, its already passed into the function in the "e" argument. btw, never dispose of the "e" graphics object thats passed into that function.
 
Back
Top