VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Binary File Editor

by Richard Gagnon (3 Submissions)
Category: Complete Applications
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

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

Download Binary File Editor

Download Binary File Editor (27 KB)

Binary File Editor Comments

No comments have been posted about Binary File Editor. Why not be the first to post a comment about Binary File Editor.

Post your comment

Subject:
Message:
0/1000 characters