|
-
May 26th, 2006, 09:17 AM
#1
Thread Starter
Junior Member
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?
-
May 26th, 2006, 09:21 AM
#2
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 
-
May 26th, 2006, 09:22 AM
#3
Thread Starter
Junior Member
Re: vba logo transparency
sorry forgot that info its an image box in access
-
May 26th, 2006, 09:23 AM
#4
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 
-
May 26th, 2006, 09:25 AM
#5
Thread Starter
Junior Member
Re: vba logo transparency
-
May 26th, 2006, 09:29 AM
#6
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:
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 
-
May 26th, 2006, 09:32 AM
#7
Thread Starter
Junior Member
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
-
May 26th, 2006, 09:50 AM
#8
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 
-
May 26th, 2006, 01:37 PM
#9
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|