Hrm, I can only think of one way that you might be able to do it and it wouldn't be very easy. Using Windows events you could probably set something up, I'm not sure if there is a Windows Event for date change, I haven't seen one, but it's certainly possible. There's a big list of all the windows events here
http://www.microsoft.com/windows2000/techinfo/reskit/ErrorandEventMessages/default.asp
but it doesn't have much info for each event, so you might have to start there and do some additional research. Once you're able to find a Windows event (or possibly create your own by some creative use of something like the TimeSetEvent function) you'd need to write a DLL which handled that event (probably in C++) and then generated a LV user defined even
t using the PostLVUserEvent() function. Of course, user events don't exist in LV 6.1 so this approach would be impossible without using at least 7.0 (as will any type of custom event at all).
Regards,
Ryan K.