When I try and drag label into the rich text box, the icon stays as rejected. My labels are in a panel, separate from the rich text box. How can I get the text from the label to copy into the rich text box? Right now I get the circle with a line as though I hadn't set txtText.AllowDrop to true, but I did right there at the form load.
Thanks