Click here to Skip to main content
15,907,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: autostart c# winApp upon system boot Pin
drc_no12-Feb-06 6:30
drc_no12-Feb-06 6:30 
GeneralRe: autostart c# winApp upon system boot Pin
Dave Kreskowiak2-Feb-06 7:08
mveDave Kreskowiak2-Feb-06 7:08 
GeneralRe: autostart c# winApp upon system boot Pin
drc_no12-Feb-06 8:21
drc_no12-Feb-06 8:21 
Questionabout timer Pin
shazzney1-Feb-06 22:46
shazzney1-Feb-06 22:46 
AnswerRe: about timer Pin
Dave Kreskowiak2-Feb-06 5:41
mveDave Kreskowiak2-Feb-06 5:41 
QuestionTransferring Application Log to a file Pin
engsrini1-Feb-06 22:07
engsrini1-Feb-06 22:07 
AnswerRe: Transferring Application Log to a file Pin
engsrini1-Feb-06 22:11
engsrini1-Feb-06 22:11 
AnswerRe: Transferring Application Log to a file Pin
jasonpb1-Feb-06 22:16
jasonpb1-Feb-06 22:16 
For example.. lets say you wanted to back up the System event log..

C:\WINDOWS\system32\config\SysEvent.Evt
Good luck trying to read it though, the evt files are encoded

Then there is
C:\WINDOWS\system32\config\System.Log
But you probably wont be able to open because Windows will have a tight grip on it.

My suggestion is this...
Open up your server explorer in Visual Studio and find the log you want to use. Click and drag that log over to your form or component.

It will have an event that gets fired whenever something writes to it, and will send that message to that event. So you could start achiving that way, or you could just periodically read the logs.

-Jason
GeneralRe: Transferring Application Log to a file Pin
engsrini1-Feb-06 22:40
engsrini1-Feb-06 22:40 
QuestionBlack Screenshot Pin
jasonpb1-Feb-06 22:00
jasonpb1-Feb-06 22:00 
QuestionAssembly.GetType() stopped working after installing VS2005 Pin
Jan R Hansen1-Feb-06 21:41
Jan R Hansen1-Feb-06 21:41 
QuestionVS2005 Beta2: Set Grid Header Color? Pin
M-20001-Feb-06 21:20
M-20001-Feb-06 21:20 
QuestionMove a Textbox with the curson in run-time Pin
NewbieDude1-Feb-06 20:28
NewbieDude1-Feb-06 20:28 
AnswerRe: Move a Textbox with the curson in run-time Pin
osamahmirza1-Feb-06 22:31
osamahmirza1-Feb-06 22:31 
QuestionLayered Window And Controls Pin
User 20930731-Feb-06 20:21
User 20930731-Feb-06 20:21 
QuestionDeleting user from AD by using DirectoryServices Pin
osamahmirza1-Feb-06 20:09
osamahmirza1-Feb-06 20:09 
QuestionCMD Pin
drc_no11-Feb-06 18:38
drc_no11-Feb-06 18:38 
AnswerRe: CMD Pin
S. Senthil Kumar1-Feb-06 18:41
S. Senthil Kumar1-Feb-06 18:41 
AnswerRe: CMD Pin
msmits1-Feb-06 21:16
msmits1-Feb-06 21:16 
QuestionHow to place RadioButtons inside a ListView Control or DataGrid Control? Pin
Saravanan_article1-Feb-06 18:14
Saravanan_article1-Feb-06 18:14 
AnswerRe: How to place RadioButtons inside a ListView Control or DataGrid Control? Pin
osamahmirza1-Feb-06 20:14
osamahmirza1-Feb-06 20:14 
QuestionPosting Data to a Blog Pin
AB77711-Feb-06 18:14
AB77711-Feb-06 18:14 
AnswerRe: Posting Data to a Blog Pin
S. Senthil Kumar1-Feb-06 18:39
S. Senthil Kumar1-Feb-06 18:39 
QuestionHow to get the data From DataGridViewCell Pin
USrinivas1-Feb-06 17:48
USrinivas1-Feb-06 17:48 
AnswerRe: How to get the data From DataGridViewCell Pin
luckyv2-Feb-06 3:41
luckyv2-Feb-06 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.