When I double click on an entry of the "Security" log in the system's "Event
Viewer", a Property window pops up. In this window, there is a "Description"
section that lists many different information like "User Name:, "Domain",
"Login ID"......
How can I obtain each of this inforation in my program? Thank you.

Signature
Thanks.
Nicole Calinoiu - 12 Dec 2006 14:52 GMT
Have you tried using the Message property of the EventLogEntry object?
> When I double click on an entry of the "Security" log in the system's
> "Event
[quoted text clipped - 3 lines]
> "Login ID"......
> How can I obtain each of this inforation in my program? Thank you.