Loosing my graphics

gilou28
02-26-2004, 12:55 PM
I have multiple Graphics objects on my form (each inside a different panel).

As soon as I issue a Me.Refresh on the form, I lose my graphics.

There is no redraw methos for graphics...

How do I get them back ?

Thanks

Iceplug
02-26-2004, 01:01 PM
Usually, all drawing is done inside of the Form's Paint event...
from there you can use the
e.Graphics of the Form's Paint event. :)

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum