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!
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Rapidshare Downloader For Premium User
Started by kpmsivachand, Aug 26 2009 01:58 AM
1 reply to this topic
#2
Posted 29 August 2009 - 01:48 PM
kpmsivachand, on Aug 26 2009, 09:58 AM, said:
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 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 http://support.microsoft.com/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, 29 August 2009 - 01:48 PM.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













