Using webBrowser control in a winForm. but when the webpage is updated by Ajax or in a frame, I cannot use
webBrowser1.document.getElementById
et. to find that htmlElement.
the element also won't show in the View->Source code
in IE.
any one can help?
the untimate purpose is to find that htmlElement and simulate a click or other function like
invokeMember("staff")
thanks