Is there anyway i can imbed a program into another one so it runs whenever the program(original) starts up?
Printable View
Is there anyway i can imbed a program into another one so it runs whenever the program(original) starts up?
why not just Shell the other app in the startup object's Form_Load()?
firstly, i don't know how to do that, second, the person has to have it on thier computer when they run it, and third, it is a program that they shouldn't see, so I want it in the program.
how about an example of what your trying to accomplish?
alright say i want to run the program " registry.exe " without the user knowing it. If i use shell, it will have to be on thier computer, and i don't know how to make an install file. Sooo, I want to embed it into the program somehow on form_load and it will just run.
is registry.exe a program u wrote, or an existing program?
that isn't th actual file name, and no i did not write it, why does it matter?