zip files in VB.NET???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Igor

    #1

    zip files in VB.NET???

    How can I zip file in vb.net code.Thank you.


  • William Ryan

    #2
    Re: zip files in VB.NET???

    This is from Tom Shelton's answer that he posted to this question in the VB
    newsgroup....

    -------------------------
    You can use the Zip classes from the J# libraries, or you can go and
    download the zip library from www.icsharpcode.net :)

    --
    Tom Shelton
    MVP [Visual Basic]
    "Igor" <ibulanov@hotma il.com> wrote in message
    news:udfKUVNlDH A.2328@TK2MSFTN GP10.phx.gbl...[color=blue]
    > How can I zip file in vb.net code.Thank you.
    >
    >[/color]


    Comment

    • Michael Giagnocavo [MVP]

      #3
      Re: zip files in VB.NET???

      www.ICSharpCode.net has a library.
      -mike
      MVP

      "Igor" <ibulanov@hotma il.com> wrote in message
      news:udfKUVNlDH A.2328@TK2MSFTN GP10.phx.gbl...[color=blue]
      > How can I zip file in vb.net code.Thank you.
      >
      >[/color]


      Comment

      Working...