Results 1 to 9 of 9

Thread: vba logo transparency

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    16

    vba logo transparency

    I need to make a logo transparent, so u can see the background in behind it.
    I have tryed:
    1)Setting the image property to transparant
    2)Using images with transparent backs tiff/png/gif

    And it still shows as a grey back, Any other ideas?

  2. #2
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: vba logo transparency

    Welcome to the forums!

    What do you mean by logo? Are you referring to a Label object, a TextBox object, or what?
    What App are you using - Word, Excel, Access, other?
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    16

    Re: vba logo transparency

    sorry forgot that info its an image box in access

  4. #4
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: vba logo transparency

    On a Form, a Report, or a Page?
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  5. #5

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    16

    Re: vba logo transparency

    form

  6. #6
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: vba logo transparency

    OK, we're getting there...

    The BackStyle property of the Image object should be set to Transparent. Can you check this.

    Also, I'm a little confused by this statement
    VB Code:
    1. And it still shows as a grey back, Any other ideas?
    If your form is gray and the Logo's background is transparent, I would expect to see the gray of the form behind the Logo.
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  7. #7

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    16

    Re: vba logo transparency

    The back style is set to transparant, and the form is grey however there is a picture in behind it b4 the form im trying to get that to show as the back in the imgbox

  8. #8
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: vba logo transparency

    If the logo need to be superimposed on the picture, have you considered combining those two elements into a single picture, using a graphics package, and then just adding the resulting image to the form?
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  9. #9

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    16

    Re: vba logo transparency

    Thanks for the idea, didnt even think of it

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