One possible idea:
Each time you start up LabVIEW, use Get Date/Time String. The first time you start up LabVIEW, write some file to disk. Then, each subsequent time, you compare the current date with the stored date and see if the desired number of days has elapsed. If it has, then you prompt the user to enter the activation code in order to continue.
I realize this isn't very secure, as the user could delete the file if they knew about it, but the other alternative would be to have a hard-coded expiration date in code which you compare to the current Date/Time String.
-Sam F, DAQ Marketing Manager