This is the code in C#:
for(int i =0;i<textBox1.Lines.Length;i++)
{
MessageBox.Show(textBox1.Lines.ToString());
}
The logic is,
the textbox,internally consists of an array called Lines that constitutes each line in the multiline textbox.
ll help u.GOODLUCK