G
Guest
I'm writing to the application event log with EventLog (in VS2005 Beta 2).
I don't want the link to the MS Help and Support Center to appear at the
bottom of the information for my events.
Does anyone know how to do this, as I want to add a link to our OWN support
desk when our application produces errors.
Here is the code:
eventLog1.WriteEntry("Test", System.Diagnostics.EventLogEntryType.Warning);
Thanks.
I don't want the link to the MS Help and Support Center to appear at the
bottom of the information for my events.
Does anyone know how to do this, as I want to add a link to our OWN support
desk when our application produces errors.
Here is the code:
eventLog1.WriteEntry("Test", System.Diagnostics.EventLogEntryType.Warning);
Thanks.