abbaye / WpfHexEditorControl

Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application
https://www.nuget.org/packages/WPFHexaEditor/
Apache License 2.0
815 stars 136 forks source link

I want to use this as a hex input box control,But at present, this file must open a file #112

Open dzx815 opened 2 years ago

dzx815 commented 2 years ago

Is there any way? I directly regard this as a text input box. I can only input hexadecimal numbers, and the display effect is the same as you are now. I can insert, delete and append at will

abbaye commented 2 years ago

Can you explain ??

I don't understand what is the problem.

dzx815 commented 2 years ago

I want to use it like this: image

As a result, I found that it had to load a file first

abbaye commented 2 years ago

Use the HexBox control is make for that.

The hexeditor is not appropriate for mKrnwhst you want.

dzx815 commented 2 years ago

OK,Do you know that this type of control can be recommended to me? At present, I have found your control, which is very close to the effect I want. Thank you very much.

abbaye commented 2 years ago

Use HexBox control in my project instead of the Hexeditor

dzx815 commented 2 years ago

That can only be a hexadecimal number. What I need is multiple hexadecimal numbers, separated by spaces, and edited individually.

image

abbaye commented 2 years ago

I like this idea, I think I will make a control to do that in near future

abbaye commented 2 years ago

You can do that with a MemoryStream loaded in the hexeditor. It's not perfect but it's work