can some one make or point me on how to bind 2 exe's together so they both run when the user opens the binded exe?
Printable View
can some one make or point me on how to bind 2 exe's together so they both run when the user opens the binded exe?
You could just make 2 exes and then have each one shell the other when it starts. Just make sure to have each one stop itself if there is a prev Instance before it starts the other one or else they will go back and forth forever.
I managed to join two files together using the "open" statement, but it didn't work :( only the first file opened.
create two OLE objects and insert both the EXE's into them!
then in ur code, to execute anyone of them, use this code:
ole1.action = 7 (for the first one)
ole2.action = 7 (for the second one)
any more questions, just ask... :p
umm there cant be any user interaction in my app ( other then them slecting the files to be binded etc) and the .exe must be able to open in windows