Need help with WebBrowser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alexvorn2

    Need help with WebBrowser

    How to insert text automatically in the form inputs on this page :
    http://alexvorn2.googlepages.com/name_your_blog.htm,
    and to click the button "Continue"?
  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: Need help with WebBrowser

    Hi,

    "alexvorn2" <alexvorn2@gmai l.comwrote in message
    news:d4ccde7a-3e5d-42bb-94ae-2ab222111abc@c3 3g2000hsd.googl egroups.com...
    How to insert text automatically in the form inputs on this page :
    http://alexvorn2.googlepages.com/name_your_blog.htm,
    and to click the button "Continue"?

    Do as Paldino said, create a WebBRowser instance (it does not need to be
    visible) , load the page and then generate a click to the sbmit button (or
    simply submit the form)

    Comment

    Working...