zip a file
-
hi, i want to zip a file in vb or in asp,can any one help me in code/syntax or atleast tell me good sites so that i can refer that,i am new to this concept.I require any of ur guidance.Thanks in advance
-
hi, i want to zip a file in vb or in asp,can any one help me in code/syntax or atleast tell me good sites so that i can refer that,i am new to this concept.I require any of ur guidance.Thanks in advance
-
if you have winzip 8.0, that's easy.. just use winzip command lines by calling system(). the command line is only avilable on winzip version 8.0 and above. for example CString str = "wzzip -d c:\temp c:\temp.zip"; system(str) hope this will help you...
Use xceed ActiveX control! A. Riazi
-
Use xceed ActiveX control! A. Riazi
Forget Winzip. There's a million free zip command line tools out there :-D Davy Weblog, Ramblings and more... www.latedecember.com
-
hi, i want to zip a file in vb or in asp,can any one help me in code/syntax or atleast tell me good sites so that i can refer that,i am new to this concept.I require any of ur guidance.Thanks in advance