I have an app I've written that will read any file in binary mode and write it to a second (text) file in hex dump format. It's all command line stuff.
I would like to change this to write the output to a windowed application that I could scroll. I suspect there would be minimal changes needed to do this.
Anyone got a pointer? I'd be happy to share it when finished.
(Phase 2 might be allowing a text entry box where I can paste the input file name, or a "browse" button that opens a file-open dialog.)
Thanks, Todd
I would like to change this to write the output to a windowed application that I could scroll. I suspect there would be minimal changes needed to do this.
Anyone got a pointer? I'd be happy to share it when finished.
(Phase 2 might be allowing a text entry box where I can paste the input file name, or a "browse" button that opens a file-open dialog.)
Thanks, Todd