Tranfering data from richtetxbox to a listbox c#
how to copy all data from richtexbox to listbox
The idea is I have this richtetxbox that I populate with some data and format
I want every item in the rich textbox on a button_click event to be transfered from richtetxbox to listbox .Any guidance is welcome.
thanks