Payne747
February 23rd, 2010, 05:09 PM
Hi all,
I'm working on a Windows Forms application that basically needs to do multiple reads from a large text file and display certain values. I'm unsure what's best to use, strings - or streams. I have an openFileDialog reading the text into a rich text control using streams... but I'm much more used to the text searching functions that strings provide (find, length, substr etc), any advice for this kind of project would be welcome :)
Thanks,
Payne747
I'm working on a Windows Forms application that basically needs to do multiple reads from a large text file and display certain values. I'm unsure what's best to use, strings - or streams. I have an openFileDialog reading the text into a rich text control using streams... but I'm much more used to the text searching functions that strings provide (find, length, substr etc), any advice for this kind of project would be welcome :)
Thanks,
Payne747