المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Question on mshtml.



C# Programming
05-02-2009, 10:11 AM
Hey,

I'm building some automation tool of some web site.
It has the following code:
qwerty.

I'm using EtmlDocument HtmlElementCollection and HtmlElement and my HtmlElement variable has:
OuterHtml = qwerty
OuterText = "qwerty"

What should I do in order to generate mouse click and fire function1 and get the reply?

Thanks.