Visual Basic Stats:

How to support the site


Site Wide Message: (current site time 9/2/2010 7:02:58 PM EDT)
  • We want your input! One of our sponsors wants to know your opinion about development related issues. Click here to tell us what you think.
  • Are you an emerging/young developer (aged 18-30)? If so, would you like the chance to affect future developer tools and products?
    If so, then click here to give your feedback.
 

Extract images from a VB project files

Print
Email
winzip icon
Submitted on: 1/18/2000
By: T o n y 
Level: Intermediate
User Rating: By 14 Users
Compatibility:VB 5.0, VB 6.0

Users have accessed this code  5877 times.
 
author picture
(About the author)
 
     You just downloaded a VB project from the 'net. But the author "forgot" to include the image files (bmp, ico, gif, etc) he/she used in the project in the zip file. Do not panic anymore! Use this utility (complete with source), to extract these images from the frx, dox and ctx (the binary support) files. You still need the frm, dob and ctl files. (For pgx and other ones, just make the neccessary adjustments in the code.) It is a complete project for VB6 (SP3), executable is included.
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
  3. Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 9 submission(s) by this author

 

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
1/18/2000 6:52:17 PM[]D[][]V[][]D

If the author of this reads this, please contact me. By the way, I voted excellent.

Keep up the great coding,
[]D[][]V[][]D
(If this comment was disrespectful, please report it.)

 
1/20/2000 4:07:30 PMOmar

Hi, First I must say Great work. Another thing can I please have your permission to post this project on my Web Site. If you want you can take a look at it.

http://www.omarswan.cjb.net

(If this comment was disrespectful, please report it.)

 
1/21/2000 2:46:47 AMTony

Anyone who want to place this code on his/hers site: "Go ahead, make my day.", but please, just remember: I wrote it, NOT you! (with other words: Just mention my name with the code.) If anyone improves this thing, please give me a copy too.
(If this comment was disrespectful, please report it.)

 
3/1/2000 7:10:21 PMWill

If you read this Tony, I would like your help. I am trying to develop code that will extract a bitmap out of a file. If this sounds interesting, please e-mail me. Thanx
(If this comment was disrespectful, please report it.)

 
4/17/2000 11:55:02 PMngjc

Wow. Very nice. It works perfectly and is BEYOND a time-saver!

Thanks!
(If this comment was disrespectful, please report it.)

 
4/22/2002 5:15:59 PMElias Barbosa

Works like a charm!!

You saved my day!!

You are getting 5, well deserved, planets from me.

(If this comment was disrespectful, please report it.)

 
4/24/2002 3:02:52 AMTony

Elias, nice to help. Thanks for the vote, pity is does not count in "code of the month" anymore.

What the heck, I won once anyhow....
(If this comment was disrespectful, please report it.)

 
5/1/2003 1:03:20 AMRuturaj

I have not yet downloaded your code , but looks nice ... very eager to see if this gets images from imageList objects as well because many a times author uses that objects to encapsulate nice images and really don't know how to open up those images from it ....

Nice idea though.
(If this comment was disrespectful, please report it.)

 
7/16/2005 4:52:27 PMTerriTop

Tony, Just stubbled onto this code, and wow, what a time saver! Thanks, you saved my bacon....TerriTop
(If this comment was disrespectful, please report it.)

 
12/15/2005 2:03:49 PMSteppenwolfe

excellent submission, thanks!
(If this comment was disrespectful, please report it.)

 
5/11/2006 4:29:57 AMAmbski

Hello,
I have written a VB program but when distributed the resource files are all visible (jpgs, txt, database etc) and open to abuse.
My code ability is probably 'moderate' at best, are any of the suggestions either ideal and/or easiest to impliment?

Database is mdb format. Resource files are bmp, gif, jpg, ico, mdb, txt & wav.

Is there any way (and how if yes) can this code be used in relation to my issue?

Thanks in advance.
Anthony.

(If this comment was disrespectful, please report it.)

 
Add Your Feedback!

Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
To post feedback, first please login.