473,327 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Can I use MSNStockQuote in VB.Net?

I would like to write a small program using VB.Net that retrieves data from
MSNStockQuote.

Something like this:

Function: GetLastPrice(TickerSymbol as Char) Returns(Currency)
Dim x as New MSNStockQuote.Functions
Dim currentPrice as Currency
currentPrice = X.MSNStockQuote(TickerSymbol)
Return (currentPrice)
End Sub

MSNStockQuote is an Excel addin.

Is this possible? What other steps would be required?

Your help would be appreciated.
Thank You
Mar 20 '07 #1
0 926

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.