Hi I have added a SystemEvents.TimeChanged handler to capture the event of a user changing the system time.
When I run my application through VS2008 and changes the system time, the event is triggered and my event handler is invoked, so all is fine and dandy. However when I deploy my application and run it (not through VS2008) then the event is not triggered when I change the system time! What is going on here?
