Creating Stock Program
-
I would like to start creating a Program that will get all the information about stocks. i will be using Visual Basic 2005. can some please help me with how do i get the data from the internet to the program. I want this to be a windows application. if anyone has any ideas please let me know how you would do this. Thanks Danny yellowlogic@cox.net Danny yellowlogic@cox.net
-
I would like to start creating a Program that will get all the information about stocks. i will be using Visual Basic 2005. can some please help me with how do i get the data from the internet to the program. I want this to be a windows application. if anyone has any ideas please let me know how you would do this. Thanks Danny yellowlogic@cox.net Danny yellowlogic@cox.net
You need to find a source for stock info, obviously.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I would like to start creating a Program that will get all the information about stocks. i will be using Visual Basic 2005. can some please help me with how do i get the data from the internet to the program. I want this to be a windows application. if anyone has any ideas please let me know how you would do this. Thanks Danny yellowlogic@cox.net Danny yellowlogic@cox.net
Hi, XML is the best technology for data interchange, look for a provider that publish the data in XML format and the rest is easy. Good Luck :)
NajiCo http://www.InsideVB.NET[^] It's nice 2b important, but it's more important 2b nice...
-
I would like to start creating a Program that will get all the information about stocks. i will be using Visual Basic 2005. can some please help me with how do i get the data from the internet to the program. I want this to be a windows application. if anyone has any ideas please let me know how you would do this. Thanks Danny yellowlogic@cox.net Danny yellowlogic@cox.net
Have a look at "Interacting With Web Sites in Code" by clicking here