VB Zipping Application

Questions about programming languages and debugging
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

VB Zipping Application

Post by maboroshi »

Ok so I started learning visual basic just for something to do

I managed to build a small app that is for zipping files and directories however I have not implemented the zipping functionality because I can not find any info on using the win xp compression tool for zipping the App

all the info I found was for commercial extensions and the free ones I found you need to place a dll in your windows system drive and I am not advanced enough to use an installer

Does anyone here have any info on using the microsoft compression libraries for VB

I thought about using the Shell whatever command but that would mean my app would just be a shiny gui for an existing application

So I would prefer to use a library

Any Ideas

Cheers

Maboroshi

User avatar
Nerdz
The Architect
The Architect
Posts: 1127
Joined: 15 Jun 2005, 16:00
18
Location: #db_error in: select usr.location from sucko_member where usr.id=63;
Contact:

Post by Nerdz »

Maybe you can try www.msdn.com ? I know one of my friend who's good in VB is always there :P
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.

Post Reply