I like to retrieve some data from a web page (for example some stock quotes from a stock quote page) from a .NET C++ program.
How do I do it? It seems that I have to submit a javascript from the .NET C++ program to retrieve the data, How is this done?
How do I do it? It seems that I have to submit a javascript from the .NET C++ program to retrieve the data, How is this done?
Comment