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

Search list

[Windows Develophex_vc_demo

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

[EditBoxm_chexedit

Description: An article on how to write an Edit control used for HEX and DEC number input.
Platform: | Size: 5363 | 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 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:

[EditBoxHexEditOcx

Description: 一个16进制OCX编辑控件,能够方便的以控件形式加入到程序中。-A 16-hexadecimal Editor OCX controls, convenient to be able to control the form to join the program.
Platform: | Size: 77824 | Author: bobmars | 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:

[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:

[Delphi VCL16jinzhi

Description: delphi 16进制编辑控件 可以编辑2进制文件,这个是对网上发布的修改版,清除了内存泄露这一类。并且在示例中加了一个例子-delphi 16 hex editor control to edit a binary file, this is a modified version of the online release, clear the memory leak in this category. And in case an example added
Platform: | Size: 182272 | Author: yoyosb | Hits:

[OS programhexeditbase

Description: Hex编辑控件,可以任意编辑显示转换填充修改Hex,Bin-Hex edit control, can any editing conversion filled modify Hex, Bin
Platform: | Size: 18432 | Author: wxhdmf | Hits:

[CSharpLewies_Min

Description: Hexadecimal File Editor. CSharp. Mini-Hex-Edit. User Defined Custom Control. 2016. http://ABSys.hol.es
Platform: | Size: 138240 | Author: pedroapereza | Hits:

[EditBoxHexViewControl

Description: 显示控件,可以十六进制方式显示。学习的好代码-Edit control,Can display with hex.Good for learning
Platform: | Size: 38912 | Author: Lee Assin | Hits:

[File Operateionthol__address

Description: hex edit control 获得本机IP地址,第一次上传,请多关照-Hex edit control to get the machine IP address, the first upload, please take care
Platform: | Size: 16384 | Author: encoce | Hits:

[ComboBoxwatte

Description: An article on how to write an Edit control used for HEX and,-An article on how to write An Edit control, informs the for HEX and,
Platform: | Size: 4096 | Author: Kylengr | Hits:

[Hook apicktogf

Description: An article on how to write an Edit control used for HEX and,-An article on how to write An Edit control, informs the for HEX and,
Platform: | Size: 4096 | Author: pahddq | Hits:

[Otherwrirudnformswrite

Description: An article on how to write an Edit control used for HEX and,-An article on how to write An Edit control, informs the for HEX and,
Platform: | Size: 5120 | Author: xzlgtilg | Hits:

[Windows Developfow

Description: An article on how to write an Edit control used for HEX and,(An article on how to write An Edit control, informs the for HEX and,)
Platform: | Size: 4096 | Author: 涂路林 | Hits:

[Process-Threadmethopclitxn-task

Description: hex edit control 获得本机IP地址,第一次上传,请多关照()
Platform: | Size: 15360 | Author: Mayian | Hits:

[Other19291187

Description: hex edit control 获得本机IP地址,第一次上传,请多关照()
Platform: | Size: 15360 | Author: polltwl | Hits:
« 12 »

CodeBus www.codebus.net