hi all, I'm using wmf file for my picturebox.
I want to make 30 * 30 pixel
picture1.Picture = LoadPicture(App.Path & "\17.wmf", 0, 0, 30, 30)
In picture 1, I have put scalemode in pixel and autosize to true
But I cannot resize the image.
picture1.Picture = LoadPicture(App.Path & "\17.wmf", 0, 0, 5, 5)
returns with the same dimension image..
What did I do wrong?
Thanks