
how to use stock page info feed my own stock ticker
On commercial stock pages like pcQuote.com, I can type in a stock
symbol, click a button, and get back an ad and the quote information I
want.
I would like to be able to automate this so that my VB program sends
it the stock symbol, and filters out the garbage I don't want to see.
I could keep track of several stocks if I had it fire off multiple
requests.
How woudl I do this using VB?
--