Hi,
i'm workink with the wpf q2 2012 rad controls. I want to load a html in the RichTextBox named "editor". I can load text
So far ok, but all the images are not shown. How to use the LoadImageFromUrl Event? Can't find a working example.
And the second problem are the german words with "ä", "ü", "ö",.. They are shown as question mark.
Thanks
Regards
Rene
i'm workink with the wpf q2 2012 rad controls. I want to load a html in the RichTextBox named "editor". I can load text
byte[] _Buffer = null;
_Buffer = FileToByteArray(test.html);
editor.Document = provider.Import(_Buffer);
So far ok, but all the images are not shown. How to use the LoadImageFromUrl Event? Can't find a working example.
And the second problem are the german words with "ä", "ü", "ö",.. They are shown as question mark.
Thanks
Regards
Rene