|
-
Jan 5th, 2008, 02:12 PM
#1
Thread Starter
Lively Member
Changing Images.
Hi guys, I'm having a little problem with my image box. I'm using a standard image box named "image1" and I'm attempting to change the image (that will have already been installed) with the following code:
Code:
Image1.Picture = "C:\Program Files\Common Files\Solumstone\OKB2.GIF"
Image1.Visible = True
Obviously, I'm doing something wrong, or going about changing the image the wrong way, can someone help?
Syrillia.
-
Jan 5th, 2008, 02:16 PM
#2
Re: Changing Images.
Need to use LoadPicture function:
Code:
Image1.Picture = LoadPicture("C:\Program Files\Common Files\Solumstone\OKB2.GIF")
-
Jan 5th, 2008, 02:40 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
|