|
-
Aug 25th, 2009, 09:08 PM
#1
Thread Starter
Addicted Member
Rapidshare Downloader
Hello!
I want to make a application for download a file from rapidshare. I am struck with how to interact with webpage from my application.
I dont want to use "webbrowser1.navigate()".
Ex:
My First Form contains: 2 txtfields and one button
txtLogin
txtPassword
cmdSubmit
private cmdSubmit_click()
'Here i need to verify the account is correct or not, if exist set the cookie
End sub
If account correct get the premium link....
Please help me out guyssss...
Help can be appreciated and will get one month rapidshare premium account!
-
Aug 26th, 2009, 03:00 AM
#2
Re: Rapidshare Downloader
I dont want to use "webbrowser1.navigate()".
so what do you want to use?
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Aug 26th, 2009, 04:13 AM
#3
Thread Starter
Addicted Member
Re: Rapidshare Downloader
First of al thanks for the interest...
i meant i dont want show that "web page login" to user, i want its done in background...
User will enter the login details and hit submit button, when its done application will connect to the host and set cookie[Rapidshare uses post method] if account details correct then application allow the user to enter the url in txtbox and the application will return the premium link via another txt box. THis what i want....
Sorry if i confused before!
Last edited by kpmsivachand; Aug 26th, 2009 at 04:20 AM.
-
Aug 26th, 2009, 04:38 AM
#4
Re: Rapidshare Downloader
you can still use the navigate method of the webbrowser or an instance of internet explorer, but not display to the user at all
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Aug 26th, 2009, 09:22 AM
#5
Thread Starter
Addicted Member
Re: Rapidshare Downloader
Sir,
i am new to the webcontrol in vb. Please put some sample code would easier to me. how to send the data to website and how to read the response....
Please put some sample code
Advance Thanks
-
Aug 26th, 2009, 11:39 AM
#6
Re: Rapidshare Downloader
why don't you use the APIs they provide?
Have a read through: http://images.rapidshare.com/apidoc.txt
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Sep 1st, 2009, 02:45 AM
#7
Thread Starter
Addicted Member
Re: Rapidshare Downloader
Can u give some sample code how to use rapidshare api in vb???
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
|