Results 1 to 5 of 5

Thread: Showing transparent pictures...

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    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?
    Baaaaaaaaah

  2. #2
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    why not put whatever you want to in a usercontrol and set that to transparent
    retired member. Thanks for everything

  3. #3

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    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??
    Baaaaaaaaah

  4. #4
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    UserControl.BackStyle = 0 'transparent
    retired member. Thanks for everything

  5. #5

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    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?
    Baaaaaaaaah

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