by Gary Schumacher (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

Display the contents of any file in Hex/Ascii format. Code is well-documented and demonstrates uses of the Status Bar, Progress Bar & Rich Text Box controls.
Updated program on 12/13/2000: Added a C Dll that greatly increased format speed of input file.
Check HexView.cpp for a tip on how to debug a dll called from Visual Basic.
I included Visual Basic statements in the HexView.cpp file so it serves as a tutorial for someone interested in writing a C Dll.
Assumes
From the Projects|Components Menu...The Following 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
Calls HexView.dll for performance enhancement
API DeclarationsCustom HexView.dll
Download HexViewer (12 KB)