|
-
Nov 2nd, 2000, 12:16 AM
#1
Thread Starter
Addicted Member
I have a transpearent form thathas a picture image.
I had a timer that will change the form's image at appropriate times.
If I make an exe of the code, only the form's picture I set at design time is included, the other two images are not.
This is the code I used to set the form's picture to other pictures:
Me.Picture = LoadPicture("C:\WINDOWS\SYSTEM\NTLocked.jpg")
'as you can see, I am using a path to the images, I know there must be a better way.
How can I keep all three image files inside the EXE ?
I appreciate any time and efforts,
Daniel Christie
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
|