Jul 28, 2003 #1 E Ezguy Active member Joined Jul 24, 2003 Messages 41 Hi, i have a picture box with width 200 and height 200. I am loading the pictures into the control at run time. I want the image which is big to fit the picture box. how can this be done ?.
Hi, i have a picture box with width 200 and height 200. I am loading the pictures into the control at run time. I want the image which is big to fit the picture box. how can this be done ?.
Jul 28, 2003 #2 D Diablicolic Well-known member Joined Jul 28, 2003 Messages 168 Location Your Neighbor I guess you would make the Picture Boxs property that has to do with picture size to Auto...
Jul 28, 2003 #3 V Volte Neutiquam Erro Joined Nov 17, 2002 Messages 2,165 User Rank *Expert* Set the SizeMode property to StretchImage.
Aug 5, 2003 #4 D Diablicolic Well-known member Joined Jul 28, 2003 Messages 168 Location Your Neighbor Gosh darnit, the first question I answer, I get wrong. Way not cool.