C
Charles
Why would
Private m_elEventLog As EventLog
m_elEventLog.WriteEntry(Date.Now & " MyApp started",
EventLogEntryType.Information)
try and access the registry? What key is it looking at?
Private m_elEventLog As EventLog
m_elEventLog.WriteEntry(Date.Now & " MyApp started",
EventLogEntryType.Information)
try and access the registry? What key is it looking at?