BL69
09-11-2003, 02:55 AM
I have .txt file and I want to archive this file into .zip archive but I want to do that from VB code. After that I would like to move archived file into folder I choose with cdlg control.
How to zip file with VB code?BL69 09-11-2003, 02:55 AM I have .txt file and I want to archive this file into .zip archive but I want to do that from VB code. After that I would like to move archived file into folder I choose with cdlg control. gundavarapu 09-11-2003, 05:44 AM you can use the winzip32.exe to zip the file. call shell("C:\Program Files\WinZip32.exe <parameters>", vbHide) for the parameter list, you can refer WinZip documentation. Hope this helps! manavo 09-11-2003, 06:16 AM Have a look here : http://www.visualbasicforum.com/search.php?searchid=298283 |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum