Click here to Skip to main content
15,887,267 members

Comments by meOneKey (Top 2 by date)

meOneKey 7-Nov-14 15:54pm View    
Yes you are right. To be honest I thought about Grid which would be filled with textboxes, but then I realized that I it will not have text selection.
Now I think that I should Use DataGrid with 3 colums, one for left index, middle for binding to hex bytes and on the right would be ASCII text. Another option I consider is RichTextBox. But I think it will not be easy to match selected text in HEX part with same text in ASCII part of potential solution. Learning by doing will be best solution. I will let you know if I can or cannot continue in the future. Thanks for any support and given ideas.
meOneKey 7-Nov-14 14:53pm View    
Thanks for really interesting comment. Anyway, I would be thankful if you could give me a hint how to start. Should I use custom control. What would be your suggestion. Thanks in advance.