I am a total newbie at this, and always, when trying to workout how to do things, I do a google search, and when it's C# related, I always end up at StackOverflow..
I could not find the answer to my question.
I want to try to login to http://racingpost.com
When at this site, I click the Sign In button, and then, its not a popup as such, but it just feels like its a small form that appears in the page - I have no idea how to show you because I can't post an image..
The little form is just a simple pair of textboxes asking for my email and my password, and then there is a Sign In button..
First, I don't know how to use code to bring this login form up from the site Second, I don't know how to send the credentials into the form and submit this data
The idea is, I want to be able to use the data available as a member of racing post, and I want to grab this data using a winforms application. I know how to do all that, once I am in, but I just have no idea how to get in..
Here is what I have done...
Create a winforms App (VS 2010) Added a webbrowser Set the URL to http://racingpost.com Set ScripErrorsSuppressed to true.
This works fine, for the main site, without login..
BUT, when I click the Sign In button, I then get what looks to be a popup, and it is a small box, with a spinning circle - I also have to click the sign in button twice to get this to come up..
Any help is appreciated
Thanks
Mark.