Welcome![Sign In][Sign Up]
Location:
Search - edit hex

Search list

[GUI DevelopHEXedit

Description: 该程序 实现了HEX对任何文件进行编辑的功能。十六进制编辑器。实用。- This procedure realized HEX to carry on the edition to any document the function. Hexadecimal system editor. Practical.
Platform: | Size: 68608 | Author: | Hits:

[Windows Develophex_vc_demo

Description: hex edit control
Platform: | Size: 22528 | Author: | Hits:

[EditBoxhexediteditctl

Description: 这是一个普通的从CEdit类继承的16进制编辑控件-This is a general category CEdit inherited from the 16 band Edit Control
Platform: | Size: 76800 | Author: 刘明法 | Hits:

[EditBoxm_chexedit

Description: An article on how to write an Edit control used for HEX and DEC number input.
Platform: | Size: 5120 | Author: 王林 | Hits:

[File Operatehexedit_20061206

Description: hex editor controls for editing and displaying of binary data. 16进制编辑器,编辑和显示二进制数据-hex editor controls for editing and displa ying of binary data. 16 hex editor, edit and display binary data
Platform: | Size: 310272 | Author: type | Hits:

[Editorfshedcode102502

Description: HEX编辑器,支持查找替换,可以代替windows grep工具-HEX editor, support for the replacement search, you can replace the windows grep tool
Platform: | Size: 90112 | Author: 张敏健 | Hits:

[File OperateReadFile

Description: 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notification handler code here CString sFileFilter="*.hex|*.hex" CString sFileName CFileDialog fDlg(true,NULL,NULL,OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,sFileFilter,NULL) fDlg.DoModal() sFileName=fDlg.GetFileName() if(sFileName!="") { CFile file(sFileName,CFile::modeRead) int nFileLength=file.GetLength() char *buffer HGLOBAL hgl=::GlobalAlloc(GMEM_MOVEABLE,nFileLength+1) buffer=(char *)::GlobalLock(hgl) file.Read(buffer,nFileLength) SetDlgItemText(IDC_EDIT1,buffer) ::GlobalUnlock(hgl) ::GlobalFree(hgl) } UpdateData(false) } -Open a TXT file and displayed in the EDIT control steps: 1. Create a new dialog-based project, known as the ReadFile2. In the interface to add a button (IDC_BUTTON1) and a text editor (IDC_EDIT1) IDC_EDIT1 properties: multi-line, can be drop-down scroll bar .3. Edit button trigger events (void CReadFileDlg:: OnButton1 ()) void CReadFileDlg:: OnButton1 () (//TODO: Add your control notification handler code here CString sFileFilter =*. hex |*. hex CString sFileName CFileDialog fDlg (true, NULL, NULL, OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, sFileFilter, NULL) fDlg.DoModal () sFileName = fDlg.GetFileName () if (sFileName! =) (CFile file (sFileName, CFile:: modeRead) int nFileLength = file.GetLength () char* buffer HGLOBAL hgl =:: GlobalAlloc (GMEM_MOVEABLE, nFileLength+ 1) buffer = (char*):: GlobalLock (hgl) file.Read (buffer, nFileLength) SetDlgItemText (IDC_EDIT1, buffer):: GlobalUnlock (hgl):: GlobalFree (hgl)) UpdateData (false))
Platform: | Size: 1888256 | Author: 这程子 | Hits:

[EditBoxHexEdit

Description: 用VC++作的十六进制文件编辑器,可以同时显示HEX编码和ASC II码。-With VC++ For hexadecimal file editor, you can also display HEX codes and ASC II code.
Platform: | Size: 71680 | Author: liongt | Hits:

[EditBoxHexEditor90331642002

Description: Hex Edit Program visual basic source
Platform: | Size: 80896 | Author: fuzzy | Hits:

[.net16Edit

Description: C# .net写的16进制编辑器 C# .net写的16进制编辑器-C#. Net write 16 hex editor C#. Net write 16 hex editor
Platform: | Size: 83968 | Author: net | Hits:

[Windows DevelopHexEdit05232005

Description: Hex Edit / HexEditEx 05-23-2005-Hex Edit/HexEditEx 05-23-2005
Platform: | Size: 2306048 | Author: Dmitry | Hits:

[RichEditHexEditor

Description: HEX文件编辑控件,编辑HEX文件,使用RICHEDIT控件实现-HEX file edit control, editing HEX file, use the controls to achieve RICHEDIT
Platform: | Size: 343040 | Author: jiangyulei | Hits:

[GUI DevelopCPPDumpCtrl_MFC

Description: User build MFC Class for view and edit data in Hex, Dec, Bin, Oct, Ascii formats etc :)
Platform: | Size: 291840 | Author: Cake | Hits:

[EditBoxCHexEditDemo

Description: Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number. Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.-Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number. Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.
Platform: | Size: 28672 | Author: 彭群 | Hits:

[Windows DevelopHexWorkShop_4.23_KeyGen

Description: HEX viewer. Check sum calculate, compare and edit
Platform: | Size: 3597312 | Author: kolio_gg | Hits:

[SCMcar

Description: 本程序是串口通迅程序。 其主要分为两块: 一、串口调试。在数据监听选项页内。(只能显示HEX) (可在设置选项里面设置串口号、波特率、帧格式。 由于在工作中用到的校验位和停止位比较固定。故在程序里设置一个固定值,无法改变此参数。 "超时设置"可用。 "其它设置"只有一项内容。即打开文本时所选的文本查看器。此处不选中打开的为widows默认的NOTE.exe程序。(我在此处设置的为D:\Program Files\UltraEdit\Uedit32.exe,故以UE的方式打开文本) 在按下暂停后,保存按钮起作用。此时可以保存编辑框里面的内容。保存在".\SampleData\"目录中。保存的文件名可以在保存文件名里面设置-Serial Communication program of the program is. The main is divided into two: 1, serial debugging. Monitoring options in the data pages. (Only show HEX) (Set options which can be set in the serial number, baud rate, frame format. As used in the work of parity bit and stop bit more fixed. Therefore, in the program set a fixed value, can not change this parameter Number. "Timeout" is available. "Other Settings" is only one element. That is to open the selected text when the text viewer. Here is not selected for the widows open mime Identified NOTE.exe procedures. (I set here for the D: \ Program Files \ UltraEdit \ Uedit32.exe, so as to UE Way to open text) Press the pause, the Save button works. At this point you can save the contents inside the edit box. Save In ". \ SampleData \" directory. Save the file name can be set in the save file name inside
Platform: | Size: 36864 | Author: 王顺 | Hits:

[Crack HackUltraEdit

Description: UltraEdit是一套功能强大的文本编辑器,可以编辑文字、Hex、ASCII 码,可以取代记事本,内建英文单字检查、C++ 及 VB 指令突显,可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。软件附有 HTML Tag 颜色显示、搜寻替换以及无限制的还原功能,一般大家喜欢用其来修改EXE 或 DLL 文件,众多的游戏玩家喜欢用它来修改存盘文件或是可执行文件。 -UltraEdit is a powerful text editor that can edit text, Hex, ASCII code, you can replace the notebook, built-in checks English words, C++ and VB command highlighted, can simultaneously edit multiple files, and even open the great file will not slow speed. HTML Tag software with color display, search replace and restore the function of unrestricted general we like to use it to modify the EXE or DLL files, many gamers like to use it to modify the save to disk file or executable file.
Platform: | Size: 273408 | Author: wy | Hits:

[EditorBat_To_Exe_Converter

Description: hex edit edit bin hex edit
Platform: | Size: 409600 | Author: 王金龙 | Hits:

[Editorfree-hex-editor-neo

Description: free binary editor to edit binary files and more
Platform: | Size: 8352768 | Author: maha | Hits:

[Windows Develophexwadedit

Description: hex editor , useful in edit hex
Platform: | Size: 6144 | Author: fockerc | Hits:
« 12 3 4 »

CodeBus www.codebus.net