Hi, this will get you started:
string[] stringArray=File.ReadAllLines(@"path\to\file");
:)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google