Hi,
I was just wondering how to create a HexEditor?
What do i use to input the hex values that i read from a file?
Do I use a editbox or a richedit or my own common control?
I was just wondering how to create a HexEditor?
What do i use to input the hex values that i read from a file?
Do I use a editbox or a richedit or my own common control?
http://freespace.virgin.net/james.brown7/hexedit.html
In the source code section, you have a zip to the source code of the "hex view" that was used on this project...
In the source code section, you have a zip to the source code of the "hex view" that was used on this project...
Just I am wondering,why you want to create a hex editor,when a lot of them are available? ;)
Regards,
Vortex
Regards,
Vortex
The same can be said for most programs, you know... :)
And it is not because you need an hexEdit control you write a full featured hex editor...
And it is not because you need an hexEdit control you write a full featured hex editor...
Hi,
I am just trying to add hexediting ability to my pe reader program just for the fun of it.
I am just trying to add hexediting ability to my pe reader program just for the fun of it.