|
-
Apr 15th, 2000, 05:41 PM
#1
Thread Starter
Lively Member
Is it possible that I can choose which pictures files of the Image or PictureBox control to display during program runs instead assigning them during design time.
I tried to assign the file to the image control Pictures properties but the type is not match. Somehow, the properties is looking for a numeric data and not a string type which is the path of my pictures.
Thx.
-
Apr 15th, 2000, 05:47 PM
#2
Use LoadPicture for this
Set Picture1.Picture = LoadPicture("C:\temp\Mypic.BMP")
-
Apr 16th, 2000, 04:44 PM
#3
Thread Starter
Lively Member
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
|