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

  • h.m. murdok h.m. murdok posted a comment on discussion Help

    I've found easyest to use windowsformshost instead

  • h.m. murdok h.m. murdok posted a comment on discussion Help

    Hello, is it possible to catch the scroll event? I have 2 be.hexbox and I would sync the scroll of the 2 items.

  • Larph Larph posted a comment on discussion Open Discussion

    Hi, I recently forked this project because I needed help on something similar I'm trying to build. I've already learned a lot from it ! While going through the code I noticed a tiny mistake in HexBox.cs at: using (var graphics = this.CreateGraphics()) { charSize = this.CreateGraphics().MeasureString("A", Font, 100, _stringFormat); } Use the var if you'r declaring it ! Just thought I'd mention it. On an unrelated note, when I was having some trouble with how the Caret methods work, and looking for...

  • Mgamerz Mgamerz posted a comment on discussion Help

    @Nikolay, would like to thank you for the diff. I have implemented into my fork of the ME3Explorer project, it lets me have the selection directly on a property value, while the entire binary describing this property is highlighted showing the user what the entire area is. Thanks!

  • goldorakiller goldorakiller posted a comment on discussion Help

    Hello, Source code is available on Github here : https://github.com/Pkcs11Admin/Be.HexEditor You can fork the project and put your modifications.

  • Ramazan Ramazan posted a comment on discussion Help

    Hello, I spent a lot fime to develop hexbox 1.6.0, Shortly developings; --Hexbox lineinfo back color hexstring text and back color painting added. --hexbox fixing bug of UpdateRectanglePositioning --Added turkish language support to hexeditor --Hexeditor users can manipulate hexbox properties at runtime and saves settings. (Added to options form) --hexeditor can manipulate hexbox shortcutmenuitemstext according to language I think this could be a upgrading to HexBox. What do you thinking about S...

  • Nofuzy Nofuzy posted a comment on discussion Help

    on my side, this does not solve the problem. I have two hex editors, which I'm highlighting the diffrences. But I always should click inside every hex editor to see the highlighted text. by resizing or scrolling it will destory and I must click inside them again to see highlights. How to solve the problem?

  • Nikolay Petrovski Nikolay Petrovski posted a comment on discussion Help

    Alright, attaching the unified diff that includes the folowing changes (into a single file): Replace spaces to tabs Control-Shift-C/V for Copy&Paste Hex Values Highlight functionality added (auto-merge overlapping regions, labels and custom highlight colors)

  • Bernhard Elbl Bernhard Elbl posted a comment on discussion Help

    I dont know how to grant you, but you can post your snippets here...

  • Nikolay Petrovski Nikolay Petrovski posted a comment on discussion Help

    I tried to send a new patch (feature I developed) from Tickets -> Patches, but it seens I have no pesmissions to create tickets there. Where can I send patches / bug-fixes?

  • Derek Derek posted a comment on discussion Help

    I have been looking through the documentation for the Hex Editor and couldn't find anything outlining what is needed to actually display an external .hex file in the editor, either read-only or modifiable. Is there something you could point me to as a sample use of the control and how to set it up?

  • Amit Gupta Amit Gupta posted a comment on discussion Help

    How to load the data in user control is there any other code to be added. I tried the above steps but nothing comes in wpf user control.

  • XZJV XZJV modified a comment on discussion Help

    Wanted to share this in case it helps anyone trying to use this within WPF 1) Grab...

  • XZJV XZJV posted a comment on discussion Help

    Wanted to share this in case anyone it helps anyone trying to use this within WPF...

  • Scott Davies Scott Davies posted a comment on discussion Help

    Hi, I've have a request for a couple of updates to the HexBox control which would...

  • Scott Davies Scott Davies posted a comment on discussion Help

    Hi, I've have a request for a couple of updates to the HexBox control which would...

  • Bernhard Elbl Bernhard Elbl posted a comment on discussion Help

    There is only the C# source code, function as sample. From: hannibal smith [mailto:pebaracus@users.sf.net]...

  • Bernhard Elbl Bernhard Elbl posted a comment on discussion Help

    No, I’m sorry. From: hannibal smith [mailto:pebaracus@users.sf.net] Sent: Mittwoch,...

  • hannibal smith hannibal smith posted a comment on discussion Help

    Hi, there is some sample or documentation to use the control in vb.net?

  • Dan Hinsley Dan Hinsley posted a comment on discussion Help

    never mind, figured this one out.

  • Dan Hinsley Dan Hinsley posted a comment on discussion Help

    When I include the hexbox control on a windows form, then open a file using dynamicfilebyteprovider,...

  • Dan Hinsley Dan Hinsley posted a comment on discussion Help

    I'm sure I'm just missing something, but I'm looking for any documentation on how...

  • jariq jariq posted a comment on discussion Open Discussion

    For the sake of completness I am also adding a link to an alternative fix [0] used...

  • Seth Hinze Seth Hinze posted a comment on discussion Open Discussion

    Putting this here since I can't create a ticket. The HexBox control works great under...

  • Vaclav Lipert Vaclav Lipert posted a comment on discussion Open Discussion

    Hi, because I cant create a "patch ticket", I try it here. Here is some simple patch...

  • Dunge Dunge posted a comment on discussion Help

    Is there a property to set on the control to accept pasting as hex? Currently pasting...

  • abc abc posted a comment on discussion Open Discussion

    Hi i am trying to displays data highlighted with different color. so, i tried to...

  • Bernhard Elbl Bernhard Elbl posted a comment on discussion Help

    Hi Stefan, 1. ColumnHeader There already is a column header on top that is always...

  • Stefan Falk Stefan Falk posted a comment on discussion Help

    I would like to use your hex editor to display some memory content (code sector,...

  • CodeIsle CodeIsle posted a comment on discussion Help

    Thank you for the quick reply. I will take a look at that code. Thanks again, Mi...

  • Bernhard Elbl Bernhard Elbl posted a comment on discussion Help

    Thank you :) What you need is a low-level mouse hook... http://blogs.msdn.com/b/toub/archive/2006/05/03/589468.aspx...

  • CodeIsle CodeIsle modified a comment on discussion Help

    I was trying to get the behavior similar to Hex Editor Neo (which allows the hex...

  • CodeIsle CodeIsle modified a comment on discussion Help

    I was trying to get the behavior similar to Hex Editor Neo (which allows the hex...

  • CodeIsle CodeIsle posted a comment on discussion Help

    I have an application that has two controls in a split container; one for a listview,...

  • Bernhard Elbl Bernhard Elbl posted a comment on discussion Help

    Scrolling while not focused is no Windows standard. Why do you need that?

  • CodeIsle CodeIsle posted a comment on discussion Help

    Is there anyway to allow the hex editor to scroll using a mouse wheel on mouse over,...

  • James Evensen James Evensen posted a comment on discussion Help

    Thanks for the reply. Of course, I should have assumed it was user error and not...

  • Mladen Mihajlovic Mladen Mihajlovic posted a comment on discussion Open Discussion

    Hey Bernhard, This is a great project you have here. How about adding the source...

  • Huey King Huey King posted a comment on discussion Help

    hello bernhardeldbl, I was just wondering if you could help me, I'm using your hexbox...

  • Bernhard Elbl Bernhard Elbl created a blog post on hexbox

    Be.HexEditor 1.6.0

  • Bernhard Elbl Bernhard Elbl posted a comment on discussion Help

    The solution is to set the InfoForeColor property otherwise the Color of the header...

1
MongoDB Logo MongoDB