[1] You must have an IMAGE control on the form which displays the picture
[2] Image.Stretch property must be set to either 1 (Isometric) or 2 (Stretch)
[3] Image.Anchor property must be set to 15
Then it will resize as you adjust the size of the form.
If you do not have these three things done, it will not work.
|