Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dzx815 opened this issue Jan 14, 2022 · 8 comments

Comments

@dzx815
Copy link

dzx815 commented Jan 14, 2022

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
Copy link
Owner

abbaye commented Jan 14, 2022

Can you explain ??

I don't understand what is the problem.

@dzx815
Copy link
Author

dzx815 commented Jan 14, 2022

I want to use it like this:
image

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

@abbaye
Copy link
Owner

abbaye commented Jan 14, 2022

Use the HexBox control is make for that.

The hexeditor is not appropriate for mKrnwhst you want.

@dzx815
Copy link
Author

dzx815 commented Jan 14, 2022

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
Copy link
Owner

abbaye commented Jan 14, 2022

Use HexBox control in my project instead of the Hexeditor

@dzx815
Copy link
Author

dzx815 commented Jan 14, 2022

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

image

@abbaye
Copy link
Owner

abbaye commented Jan 23, 2022

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

@abbaye
Copy link
Owner

abbaye commented May 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants