What is the difference between copying to the clipboard using Ctrl-C and
Clipboard.SetText? When I use Ctrl-C I get line feeds as I expect. When I
copy to the clipboard using SetText I just see little boxes (which I am
assuming is the carriage return or line feed). I am trying to copy text from
a RichTextBox control to the clipboard.

Thank you.

Kevin