VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Extract VB Binary data 4

Roger Gilchrist  (50 Submissions)   Complete Applications   VB Script   Intermediate   Wed 3rd February 2021

VB Binary files are where VB stores any data added to a form/designer/usecontrol/property page in the IDE (either through wizards or the Property window). These are the .frx, .ctx, .dsx, .pax etc files that vb generates.
THe advantage is that you don't need to provide the original graphics, the disadvantage is that it can be hard to access/edit stored this way.
This program allows you to extract that data for easier manipulation.
----------------------WHATS NEW------------
This version can extract Text and List/Combo data as well as graphics. At present the data is just dumped to text files. To reincorperate it in your code you will have to added the necessary code.
--------------------WHAT'S FIXED-----------
FIXED error in code meant that dsr(dsx) files were ignored.
IMPROVED Speed up in file scanning.
------------------WHAT'S MISSING-----------
Not yet able to extract TextRTF from RichTextBoxes. Any suggestions?

Rate Extract VB Binary data 4 (5(5 Vote))

Download Extract VB Binary data 4

Extract VB Binary data 4 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters