Hiya, I saw a similar question on a c++ page, figured that maybe this would help out.
I'm trying to write a program that automatically connects to a web site (Yahoo) inputs the screen name and password, logs on and then automatically goes to other spots under my Yahoo.
It's part of a class project we've got a lot of the other parts to the entire problem down, but we are having problems with this step. Effectively our project is to go to yahoo fantasy baseball and have the program automatically make changes in the teams rosters each and every day based upon who is pitching, injured, teams that they are playing etc.
any clue on the best way to do that? (just the login part, the rest we either can figure out, or already have figured out)
Thanks Jim.