|
-
Dec 26th, 2001, 09:02 PM
#1
Thread Starter
Hyperactive Member
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?
-
Jan 3rd, 2002, 06:12 AM
#2
Thread Starter
Hyperactive Member
regions and picture box!...i think...this is horrible, its taking me forever to figure this out! haha
-
Jan 3rd, 2002, 11:59 PM
#3
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|