Forum: C# May 12th, 2006 |
| Replies: 16 Views: 12,441 I just wanted to give a quick thanks!
I have implemented this in VB.NET and it made a HUGE differance over the only other solution I had found:
Dim TR As IO.TextReader =... |
Forum: VB.NET May 12th, 2006 |
| Replies: 1 Views: 9,401 I converted TGREER's C# implementation of a hacked StreamReader class to VB.NET and wanted to provide it for anybody who has run into the following issue: when using a StreamReader, and ReadLine, to... |