Load Image on specific coordinates on FORM
Here is my code:
Form1.Picture = LoadPicture("C:\Users\User\Desktop\1xxx-LOGO-brand-.jpg",
, , 913, 486)
I used this code to load a picture successfully. However, the X and Y
coordinates did not work. IT load at default coordinates(0,0).a
How should I set the location of a picture to be loaded inside a form?
Thanks
No comments:
Post a Comment