Board index » Visual Studio » Can I use MSNStockQuote in VB.Net?
|
marcwinder
|
Can I use MSNStockQuote in VB.Net?
Visual Studio320
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 - |
