Results 1 to 4 of 4

Thread: [2008] Extracting Zip/RAR files

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2007
    Posts
    190

    [2008] Extracting Zip/RAR files

    Does anyone have any idea how to extract a Zip or RAR file.
    A rar file might be a bit farfetched but as windows can open zip files i should imagine this is possible.
    Any ideas?

  2. #2
    Frenzied Member obi1kenobi's Avatar
    Join Date
    Aug 2007
    Posts
    1,091

    Re: [2008] Extracting Zip/RAR files

    I imagine you would need a custom dll library or ActiveX control to do it, it can certainly be done manually but it would take a considerable amount of work.
    Please rate helpful ppl's posts. It's the best 'thank you' you can give

  3. #3
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [2008] Extracting Zip/RAR files

    Thanks to the System.IO.Compression namespace developing compression / decompression components is a walk in the park with things like GZip. A Zip file is a little different but can be built using the Compression namespace.

    Check out this post.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Dec 2007
    Posts
    190

    Re: [2008] Extracting Zip/RAR files

    cool thankyou ill try that now

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width