I'm new to VB. I was trying to find a tutorial on how to resize an image place on the form using the image control. I place the image control on a certain spot on the form and fill the image control with a bitmap. I want to have the bitmap in the image control always appear at the bottom of the formand I would like the image to grow and shrink dynamically as the form is resized. Does anyone have any ideas on how to do this. I tried this and I put the bitmap which is within the image control on the bottom of the form
but when I run the code the image ends up small in the middle of the form. What am I doing wrong?
but when I run the code the image ends up small in the middle of the form. What am I doing wrong?