Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1. I want to write in VB.NET code...
2. I want to access website(www.yahoomail.com) in web-browser-control of
windows application.

After that I have to pass username and password to that website's login page
by Code only ..
So I can see direct Dash board of yahoo...without typing username/password...


How can I do this ?
Posted
Comments
n.podbielski 21-Oct-10 3:17am    
So... you basicly wan't to write a script which opens you a certain web page without loggin to it first?
Isn't a cookies in browser for that? A checkbox 'remeber me' on that page?
nileshbahirshet 21-Oct-10 4:14am    
No...I want to write an windows application for that....
to perform this task...
In short I want to skip the process of authentication manually...
I want to perform this by VB.NET code...

Check Yahoo API information here[^].
 
Share this answer
 
For what purpose you want to do this ?
if this is only for sending the mail. then i have yahoo API to do this
let me know with your exact cause .
 
Share this answer
 
Comments
nileshbahirshet 21-Oct-10 5:51am    
Well , this not only for yahoo...
I have assigned this task for other websites too...
The main purpose is , there are several website which has subscription by our company but our company don't want to give username and password to any employees for security reason...
So I want facility that my browser control directly jump on any websites dashboared...
I am going to put username and password by hard code...
RDBurmon 21-Oct-10 9:04am    
Ok,i got your idea. Search for CDO technology on google . atually this tech provide you the base to use yahoo schema . yahoo itself name this tech uses as 'Schema'. CDO means Calibration data object

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900