Generate zip file through vb.net
-
Hello, Is there any way i can zip files on my machine through vb.net?? Regards, Nilesh.
-
Hello, Is there any way i can zip files on my machine through vb.net?? Regards, Nilesh.
.NET 2005 has classes for it, I think. 2003 and 2002 do not.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
-
.NET 2005 has classes for it, I think. 2003 and 2002 do not.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
thanks for the reply.. i've .NET 2003. But that's fine. i got one component. it's name is chilkat http://www.chilkatsoft.com/[^] Thanks.
-
thanks for the reply.. i've .NET 2003. But that's fine. i got one component. it's name is chilkat http://www.chilkatsoft.com/[^] Thanks.
SharpZip is free. http://www.codeproject.com/csharp/VmEasyZipUnZip.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
SharpZip is free. http://www.codeproject.com/csharp/VmEasyZipUnZip.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
thanks you very much for the help. That was really useful.