Hex Editor (OCX Control)






4.77/5 (31 votes)
Sep 21, 2001
1 min read

266555

17740
OCX control enabling data editing in HEX format.
- Download Hex Editor (OCX control) - 22.3 Kb
- Download source code - 43.7 Kb
- Download demo project (Visual C++) - 21.7 Kb
- Download demo project (C++ Builder) - 280 Kb
Please note: before using Hex Editor, you have to execute register.bat supplied in the same package with Hex Editor control.
Introduction
If your application requires editing data in hex format, then you just need to have this kind of a control. Softerra Hex Editor is implemented as a 32-bit ActiveX (OCX) control, which will seamlessly integrate a hex editor in your applications. This control will save you hours spent on tweaking your user interfaces.
Here are the major Softerra Hex Editor features:
- Ability to work in two modes: insert mode and overwrite mode
- Working with clipboard
- Changing the number of data-containing columns
- Data-containing column number auto-detection based on control window size
- Ability not to display address
- Display address as
WORD
orDWORD
- Display data as
BYTE
,WORD
orDWORD
- Ability not to display ASCII
- Changing text and background colors
- Changing font height
- Ability to get information about whether or not the data has been modified.
More detailed information, you can read here.
History
- 19 Dec 2005: changes in 1.1:
- Some bug fixes.
- The ASCII representation of the binary data depends on the current keyboard layout.