I am developing windows application using C# and MS sql.
now i can run my project successfully except i need one thing.
my project has so many files. one of the file displays name lists of employee with less than a month their contract period expiry.
now i want to make this file to start by its every specified time. i know how can i do the whole project by using scheduler.. but now what i want is.. my project is open, then i want to apprear the contractexpiry.cs file every specified time on the top of all the winds open. so how can i do this?