picture box
-
how to select the picture box on run time and how to resize this picture box?please help
-
how to select the picture box on run time and how to resize this picture box?please help
hi pictureBox1.Image = Image.FromFile("1.jpg"); pictureBox1.Size = new Size(width,height); // hope i help you with resizing.....:)
Tamimi - Code
-
hi pictureBox1.Image = Image.FromFile("1.jpg"); pictureBox1.Size = new Size(width,height); // hope i help you with resizing.....:)
Tamimi - Code
thanks.. but i want select the border and then resize that image
-
thanks.. but i want select the border and then resize that image
use a panel(base panel for the size you feel max for your streching) in it put three panels and two splitter controls as following p s p s p dock them accordingly and you have it p=> panel s=> splitter :):)
It is Good to be Important but! it is more Important to be Good