Connecting Tech Pros Worldwide Forums | Help | Site Map

how to bind two exe in one

Newbie
 
Join Date: Nov 2007
Posts: 2
#1: Oct 10 '08
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's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,133
#2: Oct 10 '08

re: how to bind two exe in one


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
Reply