VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Extract VB Binary data 4

by Roger Gilchrist (50 Submissions)
Category: Complete Applications
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

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

Download Extract VB Binary data 4

Download Extract VB Binary data 4 (19 KB)

Extract VB Binary data 4 Comments

No comments have been posted about Extract VB Binary data 4. Why not be the first to post a comment about Extract VB Binary data 4.

Post your comment

Subject:
Message:
0/1000 characters