10-21-2025, 03:41 PM
Hello. I'm working on a program that requires a lot of pictures. I know the pictures must be in a folder for QB64 to access them.
But is there a way to have the pictures in a file instead of a folder so QB64 can extract them from there? For example, have the pictures in a zip file and load them with
Screen _LoadImage("pictures.zip/picture1.jpg")
But is there a way to have the pictures in a file instead of a folder so QB64 can extract them from there? For example, have the pictures in a zip file and load them with
Screen _LoadImage("pictures.zip/picture1.jpg")

