Re: PaintBox image trouble



UN wrote:
There is an image painted into a PaintBox. If some other program form covers it, the image becomes distorted. Could it be protected in some way (other than Stay-On-Top)? The OnPaint event 'PaintBoxPaint' of the component PaintBox draws the image.
use TImage component instead, that encompasses a Tbitmap which will hold
your image in the background..


-- Real Programmers Do things like this. http://webpages.charter.net/jamie_5

.