User Ratings

 
 
33
0

Rate Be.HexEditor (.NET C# hex edit control)

How would you rate Be.HexEditor (.NET C# hex edit control)?





Express yourself: log in to write a review.

User Reviews

  • Posted by Adler 2012-09-07

    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.

  • Posted by c_dial 2012-06-25

    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.

  • Posted by girondeza 2012-04-24

    excellent application.

  • Posted by Engin AYDOGAN 2012-03-04

    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.

Read more reviews