marktwo 0 Newbie Poster

Hi,

In VB6, we can use Picture1.Scale (100,200)-(500,600) to set the coordinate system in Picture1 so that the coordinate at top-left is (100,200) and the coordinate at bottom-right is (500,600).

I found there is similar thing in VB.Net: PictureBox1.Scale, but I don't know how to use it. Can you show me a very simple example in a couple of lines?

Thank you in advance