I hope this is the right forum for this question!
I have an .exe program that I only want users to be able to execute if they have met a certain condition; the certain condition being that they filled out a logbook (a separate app ... simple databse).
I guess the first question is, do .exe files have events (such as an on_execute event) that can be captured by the system, whether it be via c++ or WIN API programming where I can write some code to check that certain data meets specific requirements (such as fields the aforementioned database have been filled out) and if not it would not allow the .exe file to execute?
Thanks!
I have an .exe program that I only want users to be able to execute if they have met a certain condition; the certain condition being that they filled out a logbook (a separate app ... simple databse).
I guess the first question is, do .exe files have events (such as an on_execute event) that can be captured by the system, whether it be via c++ or WIN API programming where I can write some code to check that certain data meets specific requirements (such as fields the aforementioned database have been filled out) and if not it would not allow the .exe file to execute?
Thanks!