R
Ray Cassick \(Home\)
I am trying to set up a form to edit a byte array and am looking for a
control that gives me an interface that shows the following:
1) First column is the offset from the start of the array
2) Second columns is a 8 byte or 16 byte data in raw hex format
3) Third column is the ASCII representation of the data in column 2
Kind of looks like the this:
FEAC00E0 00 EE ED F9 60 5F 28 F4-21 4C 38 A2 4E 87 8C 00
..îíù`_(ô!L8.N...
FEAC00F0 01 00 51 C0 00 00 03 00-01 F6 F9 C6 FB AA 00 00
...Q......öù.û...
FEAC0100 00 04 26 32 00 C8 00 70-17 FA 00 04 00 01 00 00
...&2...p.ú......
FEAC0110 00 00 00 02 04 20 00 62-00 A4 00 E6 00 00 30 2E .....
..b...æ..0.
FEAC0120 36 33 06 00 64 00 05 00-32 00 03 00 05 00 50 00
63..d...2.....P.
Any ideas where I can get one, or any leads on creating one?
control that gives me an interface that shows the following:
1) First column is the offset from the start of the array
2) Second columns is a 8 byte or 16 byte data in raw hex format
3) Third column is the ASCII representation of the data in column 2
Kind of looks like the this:
FEAC00E0 00 EE ED F9 60 5F 28 F4-21 4C 38 A2 4E 87 8C 00
..îíù`_(ô!L8.N...
FEAC00F0 01 00 51 C0 00 00 03 00-01 F6 F9 C6 FB AA 00 00
...Q......öù.û...
FEAC0100 00 04 26 32 00 C8 00 70-17 FA 00 04 00 01 00 00
...&2...p.ú......
FEAC0110 00 00 00 02 04 20 00 62-00 A4 00 E6 00 00 30 2E .....
..b...æ..0.
FEAC0120 36 33 06 00 64 00 05 00-32 00 03 00 05 00 50 00
63..d...2.....P.
Any ideas where I can get one, or any leads on creating one?