README.md
December 5, 2022 ยท View on GitHub
Description
This code will make an archive from any directory and will show the progress in a progressbar.
Very useful!!!
More Info
| Submitted On | 2002-08-16 16:27:06 |
| By | actorics.de |
| Level | Intermediate |
| User Rating | 4.9 (34 globes from 7 users) |
| Compatibility | VB 6.0 |
| Category | Files/ File Controls/ Input/ Output |
| World | Visual Basic |
| Archive File | Making_Arc1210488222002.zip |
Source Code
Hallo! This is my first tutorial on PSC. I hope you like this code.
This code gets all files in a folder (you can also use a filter) and stores these files in an archive. While it is doing this it is showing you the progress in an picturebox.
For example it can be used to store files and extract them at runtime, so the user can't copy them.
Good and easy code!You only have to put the two functions and the sub into your project. Then you only call one of the two functions!!!