B
BobAchgill
Is there a way to know if this is set to true on the Windows Time Zone tab?
BobAchgill said:Is there a way to know if this is set to true on the Windows Time Zone tab?
BobAchgill said:I tried this see below but got this Error
Unhandled Win32 Exception
Imports System
Imports Microsoft.Win32
Put this in the Form1_Load...
MsgBox("DisableAutoDaylightTimeSet = " +
Registry.LocalMachine.OpenSubKey("SYSTEM\CurrentControlSet\Control\TimeZoneInformation").GetValue("DisableAutoDaylightTimeSet"))
BobAchgill said:So you are saying that my syntax was exactly correct but I need to these
prerequisites ...???
WFM.
What is WFM??