Remove BackgroundImage from Form?

  • Thread starter Thread starter Michael Erlewine
  • Start date Start date
M

Michael Erlewine

I loaded a background image onto a form, but now would like to remove it and
have a blank form, so I can see to add contgrols. How does one do this?

Thanks,

Michael Erlewine
 
Michael said:
I loaded a background image onto a form, but now would like to remove it and
have a blank form, so I can see to add contgrols. How does one do this?

Thanks,

Michael Erlewine

You should be able to open the properties for the form and select the
backgroundimage property. Hit delete key and all should be well. hth
 
Michael said:
I loaded a background image onto a form, but now would like to remove it and
have a blank form, so I can see to add contgrols. How does one do this?

Thanks,

Michael Erlewine

By the way you should be able to see your controls on the form even with
the background image remaining. Just how did you add the background
image in the first place?
 
I loaded the image from the properties dialog. I can see the controls,
meaning they are on top and visible. The background image was so busy
that it made it hard to work on the form. The answer was so easy. Much
appreciated.

Thanks,

Michael Erlewine
 
Michael Erlewine said:
I loaded a background image onto a form, but now would like to remove it
and have a blank form, so I can see to add contgrols. How does one do this?

Select the 'BackgroundImage' property in the form's properties dialog, put
the cursor onto its value and press the Delete key.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top