|
-
Dec 7th, 2001, 05:31 PM
#1
Thread Starter
PowerPoster
Showing transparent pictures...
I have tried using Image Control but it flickers a lot. I have also tried some 3rd party activex controls but they use a Mask Colour which is kind of fake transparency (it just looks for a specific colour and makes it transparent). Is there any other activex control or code that does the exact same transparency as an Image Control does but it doesn't flicker?
-
Dec 7th, 2001, 05:33 PM
#2
Frenzied Member
why not put whatever you want to in a usercontrol and set that to transparent
retired member. Thanks for everything 
-
Dec 7th, 2001, 05:36 PM
#3
Thread Starter
PowerPoster
Ok, I just tried that right now, and it don't see any property called "Transparent" for the UserControl...where is it or how do I make it transparent??
-
Dec 7th, 2001, 05:45 PM
#4
Frenzied Member
UserControl.BackStyle = 0 'transparent
retired member. Thanks for everything 
-
Dec 7th, 2001, 05:51 PM
#5
Thread Starter
PowerPoster
Oh..ok..thanks, but it does not even show the transparent picture when I put that on the form because the image is drawn on the usercontrol itself. Any other ideas?
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
|