HI guys,
I need your expertise on this. I am basically developing an application which would pop up when the user execute as certain executable app.
For example the user execute notepad.exe my application will popup instead, then ask for the user's name, then execute the app (notepad.exe) using my tool.
I will use this tool to log the time of usage and the user's name on a file.
Functionality wise the program is now working, but I encounter issues where the system will crash over time while my app is running.
I attached my codes
I need your expertise on this. I am basically developing an application which would pop up when the user execute as certain executable app.
For example the user execute notepad.exe my application will popup instead, then ask for the user's name, then execute the app (notepad.exe) using my tool.
I will use this tool to log the time of usage and the user's name on a file.
Functionality wise the program is now working, but I encounter issues where the system will crash over time while my app is running.
I attached my codes