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

32 Recommendations
311 Downloads (This Week)
Last Update:
Download Be.HexEditor.150.zip
Browse All Files
Windows

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.

Be.HexEditor (.NET C# hex edit control) Web Site

Categories

Object Oriented

License

MIT 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

 
 
32
0
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

Additional Project Details

Intended Audience

Developers

User Interface

Win32 (MS Windows)

Programming Language

C#

Registered

2007-05-14

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.