DrawToBitmap

  • Thread starter Thread starter NickP
  • Start date Start date
N

NickP

Hi there,

I have a form with a few controls on, some of them are controls I have
made. Anyway, when I call DrawToBitmap on the form all looks fine except
for the controls I have made, they have a strange little symbol at the
bottom right hand corner of the image.

Any ideas on how to get rid of this so it looks like it does on the
form?

Thanks loads in avance.

Nick.
 
NickP said:
I have a form with a few controls on, some of them are controls I have
made. Anyway, when I call DrawToBitmap on the form all looks fine except
for the controls I have made, they have a strange little symbol at the
bottom right hand corner of the image.

What does the symbol show?
 
Hi Herfried,

Doh! I'm an idiot! It was a control hidden behind another control, as
its visible property wasnt being set to false it was somehow drawing ontop
of the control in the foreground! Sorted now anyway, thanks for your time.

Nick.
 
Back
Top