README.md

December 4, 2022 ยท View on GitHub

Binary File Editor

Description

Create edit or view binary files. Basic features include data editing, exchanging data with external applications through the windows Clipboard, inserting new and deleting data. Other features include multiple selection cut and paste, powerful find command, goto file position, goto page position, and printing capabilities.

File Editor is highly optimized to quickly perform actions and file sizes up to 2 GB can be opened instantly.

More Info

Submitted On2007-07-13 07:01:18
ByRichard Gagnon
LevelIntermediate
User Rating4.9 (39 globes from 8 users)
CompatibilityVB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileBinary_Fil2075297132007.zip

API Declarations

Private Declare Function GetKeyState Lib "user32" (ByVal nVirtKey As Long) As Integer
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Dest As Any, Source As Any, ByVal Length As Long)
Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long