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?
Printable View
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?
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?
sorry forgot that info its an image box in access
On a Form, a Report, or a Page?
form
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
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.VB Code:
And it still shows as a grey back, Any other ideas?
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
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?
Thanks for the idea, didnt even think of it