I have tried many times to open file in "Open File Dialog" just like image
then read it in bytes, then display the source bits using TextBox.
FileStream stream = File.OpenRead(@"c:\image1.jpg");
For Ex:
Read all offsets from 0 to length and display file source into TextBox
like 001101001101111000001101......
Problem:
I'm beginner in C# and i have seen many functions but i don't know how to put it in C#.