blah blah blah is here! blah blah » Close

0
votes
1 answers

LastRow in DataGrid

AK01
15

Hi! I have an XML file: [code] <Paths> <Name>Total Commander</Name> <Path>C:\Programs\TC\TC.exe</Path> </Paths>[/code] I load this into DataGrid via DataSet and it works just fine. T ...

0
votes
1 answers

C# Read Last line from changing file.

Hello. How can I read last line of file that is being changed every 300ms? This is log from game. I need to read every line that is added to this file. Game saves this file every time the new line appears. This file is preety big. So ho ...

Feedback