Hi. I'm making a program for windows mobile 6 (uses .NET compact framework 3.5),

The goal for the problem is to read one random line from a txt file and display it.

I found some examples but most of all use File.ReadAllLines witch is not available in CFv3.5

As for now, i can't do it, and i tried lots of ways.

Thanks