I've tried many times trying to get ALL the text from a ListBox. But nothing seems to work, I've tried searching through posts and stuff, but nobody seems to want what I need. How can I get all of the text from a ListBox, and put it in a TextBox? Example:

The ListBox looks like this:

Dog
Cat
Cow
Horse

and when you press a button, the TextBox looks like this:

Dog
Cat
Cow
Horse

Anyone know how to do this??