Re: Rapidshare Downloader
Quote:
I dont want to use "webbrowser1.navigate()".
so what do you want to use?
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!
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
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
Re: Rapidshare Downloader
why don't you use the APIs they provide?
Have a read through: http://images.rapidshare.com/apidoc.txt
Re: Rapidshare Downloader
Can u give some sample code how to use rapidshare api in vb???