Using the web browser control

Posted by Khou on Stack Overflow See other posts from Stack Overflow or by Khou
Published on 2010-03-23T03:19:00Z Indexed on 2010/03/23 3:21 UTC
Read the original article Hit count: 557

Filed under:
|
|

Using the standard .NET web browser control how do you...

1)Auto POST (ie submit) a form

2) Detect form has been posted and the browser has been landed on the specified page (this is to check that the user has logged in)

3) detect form input value on a change event

© Stack Overflow or respective owner

Related posts about webbrowser-control

Related posts about c#