Click here to Skip to main content
15,901,284 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,

I need to extract files from a CAB file into a specific folder from my VB.NET program. Any help in this matter will be greatly appreciated.

Thanks
AHT
Posted

1 solution

There is this [^]article on CP which does same as you want.
 
Share this answer
 
Comments
fjdiewornncalwe 15-Mar-11 14:53pm    
Excellent find. +5
Sergey Alexandrovich Kryukov 15-Mar-11 19:09pm    
OP commented:

Thanks Manas, I saw this but this is all in C. I am looking for VB.NET solution.
Sergey Alexandrovich Kryukov 15-Mar-11 19:17pm    
Amajd,

You should understand that people will not answer too many questions in VB.NET along. If you do .NET development and want to use good help and code samples, you just have to understand at least some C#.

Also, you should understand that you can use C# project directly in your solution if the form of class library -- there is no language boundaries in .NET.

Finally, the character of your Question does not assume you need to use ready-to-use code samples. It's more than enough to get just names of the types and members, go to appropriate MSDN/Help pages and write your code by yourself.

I think you already got all you could get from CodeProject on the subject. I suggest you just use it and formally accept this Answer.

Thank you for understanding.
--SA
Sergey Alexandrovich Kryukov 15-Mar-11 19:10pm    
This seems to be the excellent starting point. My 5.
--SA
Espen Harlinn 15-Mar-11 19:16pm    
Agree, my 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900