Check if a certain file exists at Form_Load(), then if it doesn't, store the time in a file at Form_Unload(). If it does, load the time from the file and subtract it from the current time. This way you can find out how much time has passed since the last time the program was run, and make...