Results 1 to 7 of 7

Thread: Rapidshare Downloader

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2008
    Location
    XP & Vista
    Posts
    181

    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!

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2008
    Location
    XP & Vista
    Posts
    181

    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.

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    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

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Feb 2008
    Location
    XP & Vista
    Posts
    181

    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

  6. #6
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    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.



  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Feb 2008
    Location
    XP & Vista
    Posts
    181

    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
  •  



Click Here to Expand Forum to Full Width