|
-
Jan 14th, 2007, 04:41 PM
#1
Thread Starter
Addicted Member
[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"
-
Jan 15th, 2007, 12:43 AM
#2
Sleep mode
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 !
-
Jan 15th, 2007, 02:04 AM
#3
Thread Starter
Addicted Member
Re: [2005] simple method to UNRAR file
i want something better than using shell and winrar commandline...something similar to the .ocx for vb6....
-
Jan 15th, 2007, 02:21 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|