Derek Tremblay
Derek Tremblay
Use CustomBackGround Block for this ... is more suited for this task. cbb = new CustomBackgroundBlock(918010, 65535, Brushes.Yellow); hexedit.CustomBackgroundBlockItems.Add(cbb); hexedit.RefreshView();
Are you using CBB ? Or highlight ?
Are you tested the ByteFileDiference sample ?
I don't think winform turn down the speed... but it's possible to see you code ? It's in a public repo ?
Good I will check your code... If I can optimize I will do... I you want you can try to optimize and send a pull request :smile:
For info : **Alway use HexaEditor** You should not use DrawedHexEditor because it's a alpha stage. The actual version support delete (anywhere) and insert byte (EOF only). When you delete...
Not for now but soon :)
Project are made in me free time
Now you can insert byte at end of file. When I have more time I will add the ability to insert byte anywhere
It's a good idea and a good solution for insert byte anywhere. I think I can make a real-time insert bytes in control. (I just need more free time for...