This question is locked. New answers and comments are not allowed.
Hi,
I have VB code that try to set content of radRichTextBox as follow, (
Strangely enough, compiler gives error "Type 'TxtFormatProvider' is not defined.". What the hell is going on?
Thanks,
York
I have VB code that try to set content of radRichTextBox as follow, (
Telerik.Windows.Documents.dll (2011.3.1116.1040) are added to the project)Imports Telerik.Windows.DocumentsImports Telerik.Windows.Documents.FormatProviders... Dim provider As TxtFormatProvider = New TxtFormatProvider() radRichTextBox1.Document = provider.Import(e.Result)Thanks,
York
