hi all,
I want to scale a picturebox to be 630px width and 530px height.I did it with following instruction:
PictureBox1.Scale(new SizeF(630,530))
But when I run my application, it doesn't have such scale.
In VB6 it worked out just perfect.
Do I forget something ?