C# web Graphics

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Im using C# user control and making Graphics in a panel. I then embed it to
the web and displays it in IE. Heres my problem, everytime i place something
like a messageBox or another window on top of the Graphics i drew or even
when i minimize the window, my Graphics gets erased. How can i avoid this?
Whats causing this? thank you so muh in advance....
 
Hi,

How you are drawing it?
Apparentely you will have to intercept the paint event of the panel and
redraw the image as needed.
 
Back
Top