Hi,
im very new to programming. I was just wondering if anyone can help me code a simple program that opens up a few instances of internet explorer when i type a certain symbol (of a stock) in to a text box
For example, if the symbol of a stock is 'msft' , i want to be able to type that into a text box, press a button, and 5-6 different sites would open up.
one site would be: http://stockcharts.com/h-sc/ui?s=msft
second would be:http://www.stockhouse.com/comp_info.asp?symbol=MSFT&table=LIST
and so on
I have access to visual studio 2005, which is why im posting in the C# section.
Thanks in advance for any help
PS: can anyone recommend any good books to learn C#?