Search Tools Links Login

CDArchiving Program


Visual Basic 6, or VB Classic

I download alot of files and like like to save everything so i can always go back and look at them. But the problem is, my collection of files span over 20+ cds. Theres just NO WAY i can remember which files are where, so i wrote this program wich stores an image of the file table of the cd and associates it with the CD Serial Number wich should be unique enough that you don't burn 2 cds with the same one. Anyway, you can search the entire cd library by keywords with wildcards (%) or you can view it by cd in a tree-like style (see screenshot). This uses a Microsoft Access 4.0 Database, which MUST be named archive.mdb and MUST be in the same directory as the executable. This shows how you can add records to a database, search a database, delete from a database, and Compress a database. This also shows examples of advanced TreeView and Listview functionality such as changing properties for individual nodes/items. This also demonstrates how to Enumerate the drives, determine if it is a CDROM Drive or not, Get The drive's Serial Number, and get the drive's Volume Label, This also shows how to get a directory/file listing of a path recursivly. Questions/Comments are Greatly appreciated. Please visit my programming website at http://www.compiled.org. Thanks :)

Original Author: Elan Hasson

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 93 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD173843212001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 649,988 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.