C# web Graphics

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....
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top