Can someone help me how to unzip a zip file in VB.Net?
im using “Imports Shell32”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you take a look at this CodeProject article it should help you. If you are having specific problems you need to put the code and problem discription in your question.
From above article:
link for
Folder.CopyHereMethodOr if you are using .Net 4.5 you can use the ZipFile Class
Example from Link: