Does IDE take care of redrawing of Picture Box graphics?

Dinosaur

Member
Joined
Oct 30, 2007
Messages
11
Programming Experience
10+
So far, I have always run applications within the IDE, using Debug Mode.

If I publish an application will I have to add code to repaint Picture Box graphics?

In the IDE, my Picture Box graphics never get disturbed by running some other application or minimizing my forms.

I have noticed some discussions which suggest that code is needed in the Paint Event Handler in order to redraw graphics which disappear due to minimizing the form or running another application which displays a window covering my application.

Can somebody educate me a bit on this issue?
 
Control painting behave exactly the same with or without debugging.
 
Back
Top