Hi,
I am trying to set the position of a picture inside a picturebox with the
folowing code:
pctOutput.Pictu re = LoadPicture(App .Path & "\picture.b mp", [Size],
[ColorDepth], [X], [Y])
I didn't know what to fill in at [Size] and [ColorDepth] so the result was:
pctOutput.Pictu re = LoadPicture(App .Path & "\picture.b mp", (315) - (315),
1, x2, y2)
'(x2 and y2 are declared variables)
My problem is that the picture hasn't moved at all, it's still in the upper
left corner :(
Does anyone here know how to set the position of a picture inside a
picturebox?
Thanks for your help.
Chris
I am trying to set the position of a picture inside a picturebox with the
folowing code:
pctOutput.Pictu re = LoadPicture(App .Path & "\picture.b mp", [Size],
[ColorDepth], [X], [Y])
I didn't know what to fill in at [Size] and [ColorDepth] so the result was:
pctOutput.Pictu re = LoadPicture(App .Path & "\picture.b mp", (315) - (315),
1, x2, y2)
'(x2 and y2 are declared variables)
My problem is that the picture hasn't moved at all, it's still in the upper
left corner :(
Does anyone here know how to set the position of a picture inside a
picturebox?
Thanks for your help.
Chris
Comment