VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Binary File Editor

Richard Gagnon  (3 Submissions)   Complete Applications   Intermediate   Wed 3rd February 2021

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.

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

Rate Binary File Editor (8(8 Vote))

Download Binary File Editor

Binary File Editor Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters