Results 1 to 3 of 3

Thread: Old problem that demands an answer

  1. #1

    Thread Starter
    Hyperactive Member Eyes.Only's Avatar
    Join Date
    Oct 2001
    Location
    Minnesota
    Posts
    347

    Question Old problem that demands an answer

    Ive seen many threads on this and all remain unanswered.

    http://www.vbforums.com/showthread.p...threadid=63261

    Why does an image box lose its transparency on a transparent usercontrol, and how can I get around it? Ive tried PaintPicture directly to the form but that doesnt seem to work for i still get a chunk of grey around the triangle i draw...

    So if nobody knows how to fix the image box transparency, does anyone know how i can draw a white triangle on a transparent control?

  2. #2

    Thread Starter
    Hyperactive Member Eyes.Only's Avatar
    Join Date
    Oct 2001
    Location
    Minnesota
    Posts
    347
    regions and picture box!...i think...this is horrible, its taking me forever to figure this out! haha

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    Every transarent image simply cotains a value stored in it which says which color is to be kept transparent. Its upto the program displayig the image to show it transparently. When you load an image on a form or a usercontrol, it has no method to implement the transparency. Therefore it shows you the defualt background color.
    The only way remains is to use regions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width