Hi all,
I am writing a login and a registration interface for my program.
The login is part of the main program, which also has a password
protection. For the registration part, I wish to make this a separate
executable. I want to make the registration program so that it only
can be run from within the main program. Is there a 'smart' way
to make an exe unable to start on it's own?
------------------
Henning
I am writing a login and a registration interface for my program.
The login is part of the main program, which also has a password
protection. For the registration part, I wish to make this a separate
executable. I want to make the registration program so that it only
can be run from within the main program. Is there a 'smart' way
to make an exe unable to start on it's own?
------------------
Henning
Comment