Change color of background on a macro form

Im trying to change the background color of a form in a macro. The default is whatever the windows default is of that user. The problem is, I have a image on the form, which has a grey background, which is the windows default background color. If someone else has a different background, the image doesnt blend in with the rest of the form.

So, is there a way to change the background form color? (im using the SWX VB editor, not full). OR Is there a way to make the grey background on the image transparent, so the only thing shown on the form is what centered on that image?

Reply to
SW Monkey
Loading thread data ...

To get transparency on an image, you need GIF format. Most photo editing software has some utility to convert an edit GIFs and add transparency.

SW M> Im trying to change the background color of a form in a macro. The

different

Reply to
That70sTick

You mean like "UserForm1.BackColor = &HC0FFC0"?

Ken

Reply to
TinMan

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.