I completely new at this program or any programming program. I am using the Movie Collection starter kit and I wanted to make some modifications. All I'm trying to do is make all of the images resize themselves when I click on the maximize window button. I was able to get the MainForm image, under mainform.vb, to resize by changing BackgroundImageLayout to Stretch. However, when I try changing the same setting or any other setting for ListDetails and DvdDetailsPanel, under ListDetails.vb, nothing changes. Any help would be great.

How do I resize images in Visual Basic 2005 Express?
tamasu
haughki
cappy78,
I made a new Movie Collection starter kit, MyMovieConnection1. There are three forms in this project. I checked the ListDetails form and noticed that the ListDetails UserContorl and DvdDetailsPanel, the BackGroundImageLayout property's default value are both Stretch. I tried to change a jpg file for the DvdDetailsPanel, and tried each of the BackGroundImageLayout property, none, title, center, zoom, the results are different especially the zoom value.
Actually, in the ImageLayout Enumeration, the Stretch member makes the image stretched across the control's client rectangle. I suggest you to check the format of the original background image should be the same with your changed one. If there is still something wrong with your change, please reply me with your specific change and problems you have.
In a word, Visual Basic Express Edition is just for study, if you need to implement some complicated projects, I suggest you to use the Visual Studio 2005, with the SP1 edition, some bugs have been modified in this edition.