how to bind two exe in one

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mkfastian2007
    New Member
    • Nov 2007
    • 2

    how to bind two exe in one

    hello..

    please help me i have a project of my school, the scenario is i have to bind two projects exe in one and save in one and change its icon to. its a desktop application, i have a 1 list box,2 buttons (1 for add_file and 1 for build)..

    example
    --------

    when user click the add_file button then its add the file into list box and then its clicked the build button then both file is combine into one.

    my teacher gives example that when we add the file suppose googletalk setup and msn setup file then when we build both the file then it combine both of them and when we run the application first google setup run then msn setup run no need to click both seperatly..

    please help me
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    I would recommend asking your teacher more about how to create these file bundles. Likely you'll be copying the files into a folder and when your application runs it executes the files that exist in the folder that you created.

    Or you may just copy the file locations (their paths) and use that information to execute the programs.....

    Do more research and ask your teacher more questions about how your application should be implemented

    -Frinny

    Comment

    Working...