System Time Changes Seen by C# DLL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike

    System Time Changes Seen by C# DLL

    How can I get my C# DLL to be aware of changes to the system date/
    time? I am familiar with using WM_TIMECHANGE in a C++ app but how do I
    get a C# DLL to see the same message?

    Thanks,
    Mike
  • Kalpesh

    #2
    Re: System Time Changes Seen by C# DLL

    Mike,

    Microsoft.Win32 .TimeChanged event could be of help.

    Kalpesh

    Comment

    • Mike

      #3
      Re: System Time Changes Seen by C# DLL

      That's it! Thanks Kalpesh.

      On Mar 3, 5:15 pm, Kalpesh <shahkalp...@gm ail.comwrote:
      Mike,
      >
      Microsoft.Win32 .TimeChanged event could be of help.
      >
      Kalpesh

      Comment

      Working...