|
-
Dec 30th, 2002, 07:38 PM
#1
Thread Starter
Hyperactive Member
----Resolved---How to add picture on the form
How to insert a picture when form load and how to set it in the left side of the form. Thanks
Last edited by learnervb; Dec 31st, 2002 at 11:22 AM.
Tiny Mickey
-
Dec 30th, 2002, 07:45 PM
#2
Need-a-life Member
VB Code:
Form1.Picture = LoadPicture("C:\Path\Picture.jpg")
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Dec 30th, 2002, 08:13 PM
#3
Thread Starter
Hyperactive Member
Thanks Mc Brain but do you know how to adjust the size of image like to put it in the left side of form ?
-
Dec 30th, 2002, 08:15 PM
#4
Frenzied Member
VB Code:
picture.left = form.left
picture.top = form.top
"If at first you don't succeed, then skydiving is not for you"
-
Dec 30th, 2002, 08:19 PM
#5
-
Dec 30th, 2002, 08:26 PM
#6
Thread Starter
Hyperactive Member
Thanks all, I got it but I have one question just curious. I saw PaintPicture object but I don't know when do you use it ? Is it different with Picture object ?
-
Dec 30th, 2002, 08:29 PM
#7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|