Click here to Skip to main content
15,919,423 members
Home / Discussions / C#
   

C#

 
QuestionRe: how much is java difficult?? Pin
CPallini29-Jan-09 22:12
mveCPallini29-Jan-09 22:12 
AnswerRe: how much is java difficult?? Pin
Karmendra Suthar29-Jan-09 18:39
Karmendra Suthar29-Jan-09 18:39 
QuestionTrace output to command window. Pin
Member 232448329-Jan-09 10:22
Member 232448329-Jan-09 10:22 
AnswerRe: Trace output to command window. Pin
Wendelius29-Jan-09 10:28
mentorWendelius29-Jan-09 10:28 
GeneralRe: Trace output to command window. Pin
Member 232448329-Jan-09 10:33
Member 232448329-Jan-09 10:33 
GeneralRe: Trace output to command window. Pin
Wendelius29-Jan-09 10:39
mentorWendelius29-Jan-09 10:39 
GeneralRe: Trace output to command window. Pin
Member 232448329-Jan-09 12:01
Member 232448329-Jan-09 12:01 
GeneralRe: Trace output to command window. Pin
Wendelius29-Jan-09 12:11
mentorWendelius29-Jan-09 12:11 
Yes, you can do it that way also. When the file changes, you just have to know what lines are already written to console and write the new ones. Hopefully the FileSystemWatcher doesn't miss modifications if you're reading the file and it's modified at the same time. Also make sure that you don't lock the file while reading so that the listener is unable to write to it.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Trace output to command window. Pin
Member 232448329-Jan-09 13:18
Member 232448329-Jan-09 13:18 
GeneralRe: Trace output to command window. Pin
N a v a n e e t h29-Jan-09 14:52
N a v a n e e t h29-Jan-09 14:52 
GeneralRe: Trace output to command window. Pin
Member 23244832-Feb-09 6:58
Member 23244832-Feb-09 6:58 
QuestionFile Acess Pin
ziwez029-Jan-09 9:57
ziwez029-Jan-09 9:57 
AnswerRe: File Acess Pin
Wendelius29-Jan-09 10:04
mentorWendelius29-Jan-09 10:04 
QuestionMarshalling complex structures Pin
faehne29-Jan-09 9:46
faehne29-Jan-09 9:46 
AnswerRe: Marshalling complex structures Pin
Luc Pattyn29-Jan-09 13:55
sitebuilderLuc Pattyn29-Jan-09 13:55 
GeneralRe: Marshalling complex structures Pin
faehne29-Jan-09 14:01
faehne29-Jan-09 14:01 
AnswerRe: Marshalling complex structures [modified] Pin
Luc Pattyn29-Jan-09 14:28
sitebuilderLuc Pattyn29-Jan-09 14:28 
QuestionRestarting a form Pin
Lodeclaw29-Jan-09 9:32
Lodeclaw29-Jan-09 9:32 
AnswerRe: Restarting a form Pin
Wendelius29-Jan-09 9:40
mentorWendelius29-Jan-09 9:40 
GeneralRe: Restarting a form Pin
Lodeclaw29-Jan-09 9:54
Lodeclaw29-Jan-09 9:54 
GeneralRe: Restarting a form Pin
Wendelius29-Jan-09 10:05
mentorWendelius29-Jan-09 10:05 
AnswerRe: Restarting a form Pin
Lodeclaw29-Jan-09 10:08
Lodeclaw29-Jan-09 10:08 
GeneralRe: Restarting a form Pin
Wendelius29-Jan-09 10:15
mentorWendelius29-Jan-09 10:15 
Questionhow to connect oracle database to form in c# in visual studio Pin
Saurabh_nitp29-Jan-09 8:25
Saurabh_nitp29-Jan-09 8:25 
AnswerRe: how to connect oracle database to form in c# in visual studio Pin
vaghelabhavesh29-Jan-09 8:28
vaghelabhavesh29-Jan-09 8:28 

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.