Screenshots
Description
Be.HexEditor is a small, fast and simple hex editor. It contains a reusable hex edit control called HexBox. This C# control is reusable for every .NET Framework application.
Categories
License
Features
- Opens files of unlimited size.
- Multi-language support (English, German, Japanese and Russian)
- Contains a reusable control for .NET developers
Update Notifications
User Ratings
User Reviews
-
Thanks for Hexbox, it's perfect!
-
Simple. Useful. Light.
-
Some bugs found: 1.) If I change the ForeColor to something else, e.g. Yellow Collor, the ColumnInfo is still black...problem is in PaintHeaderRow(), see 3-rd line: void PaintHeaderRow(Graphics g) { Brush brush = new SolidBrush(this.LineInfoForeColor); // ALWAYS BLACK for (int col = 0; col < _iHexMaxHBytes; col++) { PaintColumnInfo(g, (byte)col, brush, col); } } 2.) If using PageDown or PageUp key(paging) nothing happens in case there is an overflow....did not find the problem in code, but in case there is a overflow then first/last line should be displayed with set cursor.
-
Be.hexedit is an impressive piece of engineering internally, but the user interface is not as smooth. The elegant internal engineering in HexEdit is most commendable.
-
excellent application.
-
I needed a Hex editor component for a part of my app. I found this! Haven't seen the API doc. But guess, what you don't need to :) In 5 minutes my hex editor component was up and running. You can check the actual application's source code for reference. Thank you, Bernhard.