by RegX (15 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(7 Votes)

Extracts valid email addresses (quickly) from local .txt,.rtf,.doc,.mdb,.xls,.zip files and more automatically removing duplicates.
Will scan entire drive recursively. Combine sort and edit and save list to several formats.
Uses single regular expression and recursive dir scanner class.
Please vote!!!
If you do not like this program return it, and keep the recursive directory scanner as my gift to you.
Added ini.bas so extention list is persistant.
Now recognizes .*** extension for all files.
Also added documentaion for dirscanner class.
Fixed a few bugs.
I will add resizing support soon.
Resizing code is lame, so I wrote a module to do it, but the module scales controls relatively to the form wich isn't as pretty as when it is hardcoded so controls are relative to each other.
I am working on an addin to do this, but I am new to addins. Any help would be greatly appreciated.
Assumes
Requires Microsoft scripting runtime
Requires Microsoft VBscript Regular Expresions 5.5