How can i Unzip..?
Visual Basic
4
Posts
4
Posters
0
Views
1
Watching
-
I think VB2005 has a zip library, any other version, you need an external library
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Try out this http://www.example-code.com/vbdotnet/zip.asp[^] if you find any better solution let me know
Regards Ramy
-
if u have installed winzip on ur machine and if it allows u zip/unzip at command prompt then u can do it easily.... 1) create a process by specifing executable path of winzip.exe... 2) specify other parameters i.e. files to zip/unzip with required switches... 3) run this process...
Thanks & Regards... Amit