Using VB.NET 2012, i used this code to display contents of "anyfle.rtf" on the RichTextBox window.
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
RichTextBox1.LoadFile("D:\anyfile.rtf", RichTextBoxStreamType.RichText)
End Sub
but i don't know how to do it using RadRichTextBox.
Please help. Thanks.
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
RichTextBox1.LoadFile("D:\anyfile.rtf", RichTextBoxStreamType.RichText)
End Sub
but i don't know how to do it using RadRichTextBox.
Please help. Thanks.