Hi
I have one application contains 4 projects.i want to run all exe from main project.if someone tries to run an individual exe directly ,i want to stop that.How can i do that?
regards
laby
Printable View
Hi
I have one application contains 4 projects.i want to run all exe from main project.if someone tries to run an individual exe directly ,i want to stop that.How can i do that?
regards
laby
If they shouldn't be launched individually, there is no need to make them exe. Make just one main exe and several afiliated dlls.