Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone have any sample code that does software expiration in a way
that's a bit more sophisticated than moving ahead a clock? *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use GetSetting and SaveSetting to write a time based figure to the
registry - but this would still be based on the users system time. Give an example of what you would consider more sophisticated. -- Regards, Tom Ogilvy "Larry" wrote in message ... Does anyone have any sample code that does software expiration in a way that's a bit more sophisticated than moving ahead a clock? *** Sent via Developersdex http://www.developersdex.com *** |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Something that's a bit more sophisticated is something that will look at
things a bit gradually. For instance, If i set the system clock forward, run the application, and then move it back. Under most scenarios, then things will not work any longer. What if someone sets their system clock forward by mistake (like wrong year 2006 instead of 2005), only to move it back. It could be an error. Make sense. Have any creative ideas on how to work around this? *** Sent via Developersdex http://www.developersdex.com *** |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not on a standalone machine (unless you want to limit the number of times
the file can be opened). On a Internect Connected machine, I suppose you could query an external clock such as the Atomic clock. -- Regards, Tom Ogilvy "Larry" wrote in message ... Something that's a bit more sophisticated is something that will look at things a bit gradually. For instance, If i set the system clock forward, run the application, and then move it back. Under most scenarios, then things will not work any longer. What if someone sets their system clock forward by mistake (like wrong year 2006 instead of 2005), only to move it back. It could be an error. Make sense. Have any creative ideas on how to work around this? *** Sent via Developersdex http://www.developersdex.com *** |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Why not use Kernel32:GetTickCount function to accumulate no. of milliseconds the program is running. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Expiration Code | Excel Discussion (Misc queries) | |||
color code a row by expiration date? | Excel Worksheet Functions | |||
Registration Key Sample Code | Excel Programming | |||
Need Sample VBA Code | Excel Programming | |||
Code For Expiration Date | Excel Programming |