DrawToBitmap

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NickP

    #1

    DrawToBitmap

    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.


  • Herfried K. Wagner [MVP]

    #2
    Re: DrawToBitmap

    "NickP" <a@a.comschrieb :
    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?

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • NickP

      #3
      Re: DrawToBitmap

      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.

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.atwrot e in message
      news:OVfJuqk3GH A.2420@TK2MSFTN GP02.phx.gbl...
      "NickP" <a@a.comschrieb :
      >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?
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...