HexViewer

所属分类:Windows编程
开发工具:Visual Basic
文件大小:12KB
下载次数:12
上传日期:2004-10-28 16:07:08
上 传 者bdstarboy
说明:  一个hex的浏览器
(a hex browser)

文件列表:
HexFileViewer.bas (131, 2000-11-27)
HexFileViewer.frm (18586, 2000-12-13)
HexFileViewer.frx (238, 2000-12-13)
HexView.cpp (4095, 2000-12-13)
HexView.def (48, 2000-12-11)
HexView.h (889, 2000-12-12)
HexViewer.vbp (976, 2000-12-13)
HexViewer.vbw (90, 2000-12-13)
Module1.bas (1914, 2000-12-13)
StdAfx.cpp (294, 2000-12-10)
StdAfx.h (802, 2000-12-10)

Hex File Viewer Program will display any file as Hex (Left Side)/Ascii (Right Side). It works in all display resolutions (although ***0 X 480 is very tight). I had to fudge a little on the Column Header, it was not aligning to the Rich Text Box. I had experimented with converting each byte in the file to hex...but I found the lookup table was about 5 times faster. Currently, the program only reads a file (no search or update capability). Large Files (3MB and up) take a lot of time to be formatted - Because entire file is loaded into Rich Text File Box. I have a Pentium III 500MHz with 128M of RAM and the Microsoft Biblio.MDB took a couple of minutes to load. (Hard Drive was working overtime with all of the swapping). Users with less RAM may want to stick to smaller files. Important: Font is Mono-spaced (All chars same size) I used New Courier. If not Mono-spaced...Display will not be formatted properly. From the Projects|Components Menu...The Following Components must be included in the Project: Microsoft Common Dialog Control 6.0 Microsoft Rich TextBox Control 6.0 Microsoft Windows Common Controls 6.0 Code is well-documented and demonstrates uses of the Status Bar, Progress Bar & Rich Text Box controls. 12/13/2000 Added C Dll to speed text formatting process Removed ProgressBar Commented all Routines/Code that were no longer needed because of the Dll

近期下载者

相关文件


收藏者