|
-
Sep 14th, 2000, 10:50 AM
#1
Thread Starter
New Member
hi..im new in VB n need some help abt my project.
i have to write a program and compile it for other users. i might need to add in some new pic, codes n forms into the program i compiled. so i wish to know if i can do it by juz letting my user add in the pic, codes n forms through "A:\" ??
how to add in a few picture file (*.JPG) from "A:\" into the running program and then save the files to "C:\" , and also the next time i run, it will open from "C:\" and not from "A:\" anymore?
can i add new forms from "A:\" to a program that had been saved and is running(in "C:\")?? how do i do it?? and after adding the form, it will be save together with the saved program in "C:\"?
thanx!! very much....
p/s: i need it very urgently..
thanx!
-
Sep 14th, 2000, 12:33 PM
#2
After you finish writing and debugging your program, create a set of installation files using either the Setup Wizard (VB5) or the Package and Deployment Wizard (VB6). (Make sure to include your picture file). You then distribute the installation package to your users. When you want to add new pictures or make any other changes to your program, just create and distribute a new installation package.
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
|