I am trying to write a winforms application that will automatically fill in textboxes on webpages. The problem is that the textboxes are part of a javascript function that is on a separate, unavailable website. Is there any way to create a winform application with two corresponding textboxes and a button that when clicked will automatically navigate to the webpage and fill-in the boxes in the js function? I can get the button to navigate to the webpage using .NET's webbrowser control, but I can't progress farther than that.
Thanks
Loading
Sam HobbsPosted Jun 17, 2011, 12:15 PM
Suthish NairPosted Jun 17, 2011, 9:12 AM
Kevin VossPosted Jun 17, 2011, 8:13 AM
Sam HobbsPosted Jun 16, 2011, 8:10 PM