View Single Post
  #4 (permalink)  
Old 03-26-2008, 12:55 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,022
hardwired is on a distinguished road
can't get the graphics to clear with dispose()
Don't use dispose to clear graphics.
Set up your painting methods to draw the current state of its enclosing class (the graphic component). Control the state of this class from your event code in this and/or other classes.
Reply With Quote