Jump to content
xisto Community
Sign in to follow this  
kpmsivachand

Rapidshare Downloader For Premium User

Recommended Posts

Hello!I want to make a application for download 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 buttontxtLogintxtPasswordcmdSubmitprivate cmdSubmit_click()'Here i need to verify the account is correct or not, if exist set the cookieEnd subIf account correct get the premium link....Please help me out guyssss...Help can be appreciated and will get one month rapidshare premium account!

Share this post


Link to post
Share on other sites

Hello!

 

I want to make a application for download 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!

I have not written any similiar apps yet, but my sense tells me you should use HttpWebRequest and HttpWebResponse objects.

 

You may have a look at https://support.microsoft.com/en-us/kb/303436, altough they're written for c#, but the concepts are the same and the code of VB.NET and C# are easily interchanged.

Edited by alexthemans (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.