Search code examples
wpfrichtextboxcopy-pastetextblock

How to Copy/Paste with Format


How can I Copy any content like this question as example and Paste it into RichtextBox or TextBlock in a WPF application With content decorations like bold , italic , images , links , HTML .., etc ?

Please point me to a solution or even a WPF control or anything related

I just want an html container !!


Solution

  • TinyMCE is a platform independent WYSIWYG form plug in and it does exactly what you describe:

    http://tinymce.moxiecode.com/tryit/full.php

    Try copying your question and pasting it into the example above to see the results.

    Hope this helps.