If I copy my richtext from the richtextbox, it will paste into wordpad just fine,
but it will not send the text to notepad. If I take wordpad and copy richtext from it, it
will paste into notepad just fine . . . so what am I missing?

Code:
Clipboard.SetText(RTBMain.SelectedRtf, TextDataFormat.Rtf)