Saturday, September 27, 2008
c# add arguments to an executable
http://www.c-sharpcorner.com/UploadFile/mahesh/CmdLineArgs03212006232449PM/CmdLineArgs.aspx
Wednesday, September 17, 2008
C# regex class and regular expressions
http://www.radsoftware.com.au/articles/regexlearnsyntax.aspx
Thursday, September 4, 2008
Wednesday, September 3, 2008
EventLog field types and descriptions
EventLog = string logname
RecordNumber = int position
TimeGenerated = TimeStamp when the application sent the event
TimeWritten = TimeStamp when the eventlog processed the event
EventID = int Error number
EventType = int event type numerical ID{1 = Error event, 2 = Warning event, 4 = Information event}
EventTypeName = string event type
EventCategory = int application/source defined field usually for event organization
EventCategoryName =string application/source defined field
SourceName = string name of application/source
Strings = string application/source field
ComputerName = string name of computer error is coming from
SID = string Security Identifier
Message = string application/source field usually event description
Data = string application/source field usually Data relating to event