-
Hi,
I'm trying to add the ability to get real-time quotes to my stock ticker. I will be getting them from E-Trade, which will require a username and password to get the quotes. Is there any way that I can have someone store their username and password into my program, load the online login form with wininet.dll, and auto-input their username and password into the online form to get the quotes?
THANKS!!!
From,
Matt Jonker http://slimticker.hypermart.net
-
It is extreemly hard to do this (if possible). The best way to do this is to find a site that doesn't require a password (such as Yahoo) and download the page using the Internet Transfer Control and then parse out the quotes.
-
It may not be that difficult. Try adding your login info to the url. http://yourname:[email protected]