I’m using richTextBox1.LoadFile(open.FileName, RichTextBoxStreamType.PlainText);
to load a file in a textbox.
What I want to do is to load a file line by line and each line to be the label of a button
in such a way to have multiple buttons each with each line from file
I’m using C# and Visual Studio 2010 express
Here is something to start you off: