WpfHexEditorControl icon indicating copy to clipboard operation
WpfHexEditorControl copied to clipboard

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

Open dzx815 opened this issue 4 years ago • 8 comments

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

dzx815 avatar Jan 14 '22 03:01 dzx815

Can you explain ??

I don't understand what is the problem.

abbaye avatar Jan 14 '22 03:01 abbaye

I want to use it like this: image

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

dzx815 avatar Jan 14 '22 03:01 dzx815

Use the HexBox control is make for that.

The hexeditor is not appropriate for mKrnwhst you want.

abbaye avatar Jan 14 '22 03:01 abbaye

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.

dzx815 avatar Jan 14 '22 03:01 dzx815

Use HexBox control in my project instead of the Hexeditor

abbaye avatar Jan 14 '22 04:01 abbaye

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

image

dzx815 avatar Jan 14 '22 04:01 dzx815

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

abbaye avatar Jan 23 '22 14:01 abbaye

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

abbaye avatar May 19 '22 13:05 abbaye