Click to See Complete Forum and Search --> : HexEdit control from an Edit Box


Brigham W. Thorp
January 11th, 1999, 08:21 AM
I was wondering if anyone knew where I could get some source code to make a multi-line text box act like a hex editor. I would like to display something like this:


0000 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ................

0010 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F ................


Note: The dots would show printable ASCII characters.


I have done this in C++, but was wondering if anyone had this code or knew where I could get it for VB 6.0. Any help would be greatly appreciated. Thanks in advance...


Brigg Thorp