Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

including jpgs in an .exe 1

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How is it possible to include images in an executable file created from an app in VB 6.0?

This is the same problem as for a screen saver program.

Thanks in advance
 
You can use a RES file (resource file) and then call the pics when you need them. This is the best way because the pictures are not loaded into memory until you call them. You can also use an image list. Just populate the image list on the load event. I hope this helps. If your needing help on how to add the pic files to a set up or install using VB'S package and deployment wizzard just let me know and I'll help you with that too.
Todd Norris
Hope this helps !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top