Hi.

I am an amateur Visual C# programmer and I need your help...

I have created a program that opens a text file for reading its contents. I want the program to read a specific line (for example the 5th line) and put it in a string.

How can I make it read a specific line from the text file?

Thanx a lot.