Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: avicap32.dll Question Pin
Laubi27-Dec-06 11:27
Laubi27-Dec-06 11:27 
GeneralRe: avicap32.dll Question Pin
Niiiissssshhhhhuuuuu27-Dec-06 16:52
Niiiissssshhhhhuuuuu27-Dec-06 16:52 
QuestionHow do I call a C# DLL Using Visual Studio 2005 ( C# Code) Pin
Peter Usinga27-Dec-06 1:15
Peter Usinga27-Dec-06 1:15 
AnswerRe: How do I call a C# DLL Using Visual Studio 2005 ( C# Code) Pin
Andrei Ungureanu27-Dec-06 2:26
Andrei Ungureanu27-Dec-06 2:26 
AnswerRe: How do I call a C# DLL Using Visual Studio 2005 ( C# Code) Pin
ednrgc28-Dec-06 6:32
ednrgc28-Dec-06 6:32 
QuestionHow to change column order in DataGrid Pin
AndrusM27-Dec-06 0:45
AndrusM27-Dec-06 0:45 
QuestionHow to move to first column in DataGrid Pin
AndrusM27-Dec-06 0:44
AndrusM27-Dec-06 0:44 
Question.net 2.0 visual style Pin
fmardani27-Dec-06 0:35
fmardani27-Dec-06 0:35 
AnswerRe: .net 2.0 visual style [modified] Pin
Luc Pattyn27-Dec-06 6:57
sitebuilderLuc Pattyn27-Dec-06 6:57 
GeneralRe: .net 2.0 visual style Pin
Dan Neely27-Dec-06 7:24
Dan Neely27-Dec-06 7:24 
GeneralRe: .net 2.0 visual style Pin
Luc Pattyn27-Dec-06 8:14
sitebuilderLuc Pattyn27-Dec-06 8:14 
AnswerRe: .net 2.0 visual style Pin
Thomas Stockwell28-Dec-06 7:28
professionalThomas Stockwell28-Dec-06 7:28 
Question.NET + bluetooth connection Pin
Ashutosh.options4u27-Dec-06 0:28
Ashutosh.options4u27-Dec-06 0:28 
AnswerRe: .NET + bluetooth connection Pin
Niiiissssshhhhhuuuuu27-Dec-06 2:40
Niiiissssshhhhhuuuuu27-Dec-06 2:40 
Questionhow to show ContextMenu on html code or tag ? Pin
hdv21227-Dec-06 0:28
hdv21227-Dec-06 0:28 
Questionmulitine in datagrid Pin
karthikmnm26-Dec-06 23:55
karthikmnm26-Dec-06 23:55 
Questionhow to capture logfile changes into a text box Pin
Rafferty Uy26-Dec-06 22:58
Rafferty Uy26-Dec-06 22:58 
Hello,

I am trying to capture changes in a logfile (which is outputed by an external executable) and show them on a text box. Because the logfile updates from time to time, I cannot simply do a while ((line = reader.ReadLine()) != null). Any suggestions on how I can capture the changes in the log file? The assumption is that the log file will just keep appending text and never get deleted. Capturing the output will end when the external .exe ends (finishes running).

Please help.

Thanks!
~Rafferty
AnswerRe: how to capture logfile changes into a text box Pin
Marek Grzenkowicz27-Dec-06 0:47
Marek Grzenkowicz27-Dec-06 0:47 
AnswerRe: how to capture logfile changes into a text box Pin
PIEBALDconsult27-Dec-06 3:29
mvePIEBALDconsult27-Dec-06 3:29 
GeneralRe: how to capture logfile changes into a text box Pin
Luc Pattyn27-Dec-06 7:16
sitebuilderLuc Pattyn27-Dec-06 7:16 
GeneralRe: how to capture logfile changes into a text box Pin
Rafferty Uy27-Dec-06 15:47
Rafferty Uy27-Dec-06 15:47 
GeneralRe: how to capture logfile changes into a text box Pin
Luc Pattyn27-Dec-06 16:48
sitebuilderLuc Pattyn27-Dec-06 16:48 
GeneralRe: how to capture logfile changes into a text box Pin
Rafferty Uy27-Dec-06 18:50
Rafferty Uy27-Dec-06 18:50 
GeneralRe: how to capture logfile changes into a text box Pin
Luc Pattyn28-Dec-06 5:00
sitebuilderLuc Pattyn28-Dec-06 5:00 
GeneralRe: how to capture logfile changes into a text box Pin
Rafferty Uy28-Dec-06 13:47
Rafferty Uy28-Dec-06 13:47 

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.