K
Kay Warner
I am having problems with persistant graphics, when I
reduce a form to an Icon I loose my picture.I understand
that graphics objects have no memory and you have to
place the code in the paint event of the graphics object
and place ObjectName_Paint(Nothing,Nothing)at the end of
each event.I have sucsessfully done this using a Form as
my graphics object but when I use a picturebox as my
graphics object it always disapears when reduced to an
icon can anyone help me?
reduce a form to an Icon I loose my picture.I understand
that graphics objects have no memory and you have to
place the code in the paint event of the graphics object
and place ObjectName_Paint(Nothing,Nothing)at the end of
each event.I have sucsessfully done this using a Form as
my graphics object but when I use a picturebox as my
graphics object it always disapears when reduced to an
icon can anyone help me?