listBox1.Items.Add(str2);
This copys the first ocurance between first\last to a listbox, what I need to do is to iterate through the whole textbox to the end because there is more to cut
Is there a way to do this? am I on the right path
any pointer to articales would be great
thanks in advance
Mike