Can anyone help me in providing the source code for the below post.
Displaying Raw Data From Image File Using TextBox or RichTextBox?
I just want the Notepad++ Content in the above post to be displayed in a richtextbox.
Thanks in Advance.
Can anyone help me in providing the source code for the below post.
Displaying Raw Data From Image File Using TextBox or RichTextBox?
I just want the Notepad++ Content in the above post to be displayed in a richtextbox.
Thanks in Advance.
string data = System.Text.Encoding.ASCII.GetString(bytes);
richTextBox.Text = data;