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