Hello all!
Okay, I have made a very small stand alone application used basically as a program launcher for a very specific purpose. The application will be run off of a thumb drive, and used several times a day, and on several different machines, for about a month. No internet access will be available.
How can I implement an "end of use" date? I want to be able to use this application until the "end of use" date, and then the application would be unusable after that date.
The "end of use" date will be hard coded. If I need to change the date, I can go back in the code to make the change, and then re-compile the executable.
I only have beginner knowledge of C#, so please take that into consideration.
I appreciate any help that you all can give.
Hendo