|
-
Mar 8th, 2000, 12:14 PM
#1
Thread Starter
Addicted Member
is it possible to put a avi or a gif file all in one exe file like how c++ do but in vb i heard you can how can i ??
-
Mar 8th, 2000, 05:53 PM
#2
Conquistador
i think you can either, just add it, and it stays, or add it into "User Documents"
-
Mar 8th, 2000, 09:56 PM
#3
No, no, no, children.
Gifs can just be put in pictureboxes or image controls.
AVIs and other stuff need to be put in a resource file or loaded from an external file.
-
Mar 8th, 2000, 11:48 PM
#4
Hyperactive Member
yeah, remember:
if you put it in a picbox or .res file, it goes in the exe
if you load it with code, ie.
pic1.picture = loadpicture(app.path & "\me.bmp")
then it doesnt go in the exe and you have to distribute the file with your prog. The more stuff you have in your exe, the slower it is, remember
buzzwords are the language of fools
-
Mar 9th, 2000, 12:09 AM
#5
Check out the Code Snippet I've posted fro the similar question.
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
|