Results 1 to 4 of 4

Thread: [2005] simple method to UNRAR file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    [2005] simple method to UNRAR file

    a simple method plz??? i was using the .ocx found on rarlabs website in vb6... i tried it on vb.net but the filename of the extracted returned does not seem to work well!!! when i use it to copy the extracted file from one place to another.. it says "illegal characters in path"

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: [2005] simple method to UNRAR file

    I don't know but if you don't want or can't use "Xceed Zip for .NET" , why don't you use winrar commandline !

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    Re: [2005] simple method to UNRAR file

    i want something better than using shell and winrar commandline...something similar to the .ocx for vb6....

  4. #4
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142

    Re: [2005] simple method to UNRAR file

    you can use the unrar.dll API calls, there's an example here of the API calls ... link to example
    that contains a problem with someone's code & then how someone else resolved it.
    with the unrar.OCX you don't seem to be able to declare it as new, so maybe you would need to use System.Reflection to do that.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

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