1. 首页
  2. 编程语言
  3. 其他
  4. Hex Edit Control

Hex Edit Control

上传者: 2019-01-01 21:54:40上传 ZIP文件 19.98KB 热度 49次
来源: http://www.codeproject.com/KB/edit/hexedit.aspx If you have the need to edit character data in HEX and character modes and there is not enough space on the screen to use a fully featured HEX edit control, then this is for you. This HEX edit control allows the user to edit text in HEX or normal ASCII modes and switch between the two. Current text selection cursor position is preserved when switching between the two modes allowing particular areas of text to be highlighted and viewed in HEX mode. Non-printable characters are displayed as an upside-down question mark by default although this character can be changed by calling the SetBinaryCharacter method. The public methods available on CHexEditCtrl are:- displayed as an upside-down question mark by default although this character can be changed by calling the SetBinaryCharacter method. The public methods available on CHexEditCtrl are:-
用户评论