View Single Post
  #1 (permalink)  
Old 11-04-2007, 12:52 PM
maxtillberg maxtillberg is offline
Newbie
 
Join Date: Oct 2007
Posts: 7
Default Save information drawn on a form

Hi,
I have used the ImageLib library to draw a rather complex image on the form made out of a hundred small images (with transparency) and some text. From time to time I plan to cover the entire screen with a messagewindow made of a large image with text on it and wonder if anybody knows of a way to store the original information (in a bitmap?) of the form so I can restore the screen after the messagewindow is closed without redraw all the hundres small images?

I have tried to draw the messagewindow on the forelayer but this causes the screen to flicker (I don't konw how to stop the automatic refresh of the forelayer). I have also tried to use images and imagebuttons but they don't handle transparency or positioning of the text.

Sincerely,
Max Tillberg
Reply With Quote