helppppppppppppppppppppppppp
-
hi everybody how i execute this winzip to a file by using vb.net and return the new file.zip thanks
Well, if you want to do it completely "behind the scenes" you'll need to get the command line add-in. [^] Once you have that installed, you can create a string for the additional parameters and pass it to a shell command str = "c:\path\to\winzipcl.exe file.zip file1 file2 file3" shell(str)
-
hi everybody how i execute this winzip to a file by using vb.net and return the new file.zip thanks
Well if you provide a more meaningful subject line then maybe you'll get a better response. The one you have used here and in your previous post are simply crap and do not mean anything. BTW double posting - especially when someone has already answered your previous post - is considered bad manners on forums such as The Code Project.
...Steve
1. quod erat demonstrandum 2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." I read that somewhere once :-) -
hi everybody how i execute this winzip to a file by using vb.net and return the new file.zip thanks