How do I identify the file that is used for a Form's background image?
In Microsoft Visual Basic .NET, there is a background property for a Form. In an existing project the property can, of course, already be set to an image. If you reset the background property, there is no background. If you want to regain that background property you have to reload that image into the background. How do I identify the file that is used for that image?
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial Director
There is no file associated with the BackgroundImage property. It's a System.Drawing.Image type. What you'll need to do is store the BackgroundImage into a System.Drawing.Image variable so you can restore it later.
Dig Deeper
-
People who read this also read...
This was first published in April 2004