CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - hex edit control
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - hex edit control - List
[
Windows Develop
]
hex_vc_demo
DL : 0
hex edit control
Update
: 2008-10-13
Size
: 22.04kb
Publisher
:
沈
[
EditBox
]
m_chexedit
DL : 0
An article on how to write an Edit control used for HEX and DEC number input.
Update
: 2008-10-13
Size
: 5.24kb
Publisher
:
王林
[
Windows Develop
]
hex_vc_demo
DL : 0
hex edit control
Update
: 2025-02-17
Size
: 22kb
Publisher
:
沈
[
EditBox
]
hexediteditctl
DL : 0
这是一个普通的从CEdit类继承的16进制编辑控件-This is a general category CEdit inherited from the 16 band Edit Control
Update
: 2025-02-17
Size
: 75kb
Publisher
:
刘明法
[
EditBox
]
m_chexedit
DL : 0
An article on how to write an Edit control used for HEX and DEC number input.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
王林
[
File Operate
]
ReadFile
DL : 0
打开一个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))
Update
: 2025-02-17
Size
: 1.8mb
Publisher
:
这程子
[
EditBox
]
HexEditOcx
DL : 0
一个16进制OCX编辑控件,能够方便的以控件形式加入到程序中。-A 16-hexadecimal Editor OCX controls, convenient to be able to control the form to join the program.
Update
: 2025-02-17
Size
: 76kb
Publisher
:
bobmars
[
RichEdit
]
HexEditor
DL : 0
HEX文件编辑控件,编辑HEX文件,使用RICHEDIT控件实现-HEX file edit control, editing HEX file, use the controls to achieve RICHEDIT
Update
: 2025-02-17
Size
: 335kb
Publisher
:
jiangyulei
[
EditBox
]
CHexEditDemo
DL : 0
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.
Update
: 2025-02-17
Size
: 28kb
Publisher
:
彭群
[
Delphi VCL
]
16jinzhi
DL : 0
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
Update
: 2025-02-17
Size
: 178kb
Publisher
:
yoyosb
[
OS program
]
hexeditbase
DL : 0
Hex编辑控件,可以任意编辑显示转换填充修改Hex,Bin-Hex edit control, can any editing conversion filled modify Hex, Bin
Update
: 2025-02-17
Size
: 18kb
Publisher
:
wxhdmf
[
CSharp
]
Lewies_Min
DL : 0
Hexadecimal File Editor. CSharp. Mini-Hex-Edit. User Defined Custom Control. 2016. http://ABSys.hol.es
Update
: 2025-02-17
Size
: 135kb
Publisher
:
pedroapereza
[
EditBox
]
HexViewControl
DL : 0
显示控件,可以十六进制方式显示。学习的好代码-Edit control,Can display with hex.Good for learning
Update
: 2025-02-17
Size
: 38kb
Publisher
:
Lee Assin
[
File Operate
]
ionthol__address
DL : 0
hex edit control 获得本机IP地址,第一次上传,请多关照-Hex edit control to get the machine IP address, the first upload, please take care
Update
: 2025-02-17
Size
: 16kb
Publisher
:
encoce
[
ComboBox
]
watte
DL : 0
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,
Update
: 2025-02-17
Size
: 4kb
Publisher
:
Kylengr
[
Hook api
]
cktogf
DL : 0
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,
Update
: 2025-02-17
Size
: 4kb
Publisher
:
pahddq
[
Other
]
wrirudnformswrite
DL : 0
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,
Update
: 2025-02-17
Size
: 5kb
Publisher
:
xzlgtilg
[
Windows Develop
]
fow
DL : 0
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,)
Update
: 2025-02-17
Size
: 4kb
Publisher
:
涂路林
[
Process-Thread
]
methopclitxn-task
DL : 0
hex edit control 获得本机IP地址,第一次上传,请多关照()
Update
: 2025-02-17
Size
: 15kb
Publisher
:
Mayian
[
Other
]
19291187
DL : 0
hex edit control 获得本机IP地址,第一次上传,请多关照()
Update
: 2025-02-17
Size
: 15kb
Publisher
:
polltwl
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.