Results 1 to 5 of 5

Thread: How to? Transparent image in VB

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Location
    Malaysia
    Posts
    69
    What is the best way to include an image control with a image that has the background blend to the form background as the image move across the screen ? The background of the form is an image.

    And is there a way to have words printed on form with a large picture as background ? Somesort like a transparent label control. I can't use the print currentx and y because it will create a word which hide behind the picture.

    Thx.

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Exclamation

    Hm.. didn't you ask the same question at the general questions board? Please don't...

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Location
    Malaysia
    Posts
    69
    I'm sorry gees...

    But how about the other problem. Transparent image in VB.

  4. #4
    Addicted Member Cbomb's Avatar
    Join Date
    Jul 1999
    Posts
    153

    Exclamation Transparent Label

    About the words over your background picture: I belive that labels have a property that makes their background transparent. It's uhh BackStyle if I remember correctly. It has two settings: Opaque, and Transparent.

    I hope this helps, Good Luck.
    Cbomb
    Techie

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Talking

    Label does this because it's not an wnd, draws directly on the form. You could change the region of whatever control you're using with some api calls. It will make it as transparent as clicking on the transparent section will cause click to the form.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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