*RESOLVED* Autoredraw- Again!
I cant think of a way to do this without autoredraw!
I have a class that modifies the image inside a picturebox at an arbitrary time. Now how am I suppose to simulate an autoredraw for this?! the picture is modified inside a class, and as soon as the paint event of the picturebox is fired, everything is erased. (I'm using the graphics class to draw an image on the picturebox)
Also why is it that when you set the image property of a picturebox at design time, you wont loose your picture? why is it that .NET redraws the picture itself that way?