Results 1 to 2 of 2

Thread: how to add in new pics,codes n forms in to a compiled program through "A:\" ??

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    9

    Exclamation

    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!

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    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
  •  



Click Here to Expand Forum to Full Width