> See the WALKALL sample from the Platform SDK to see how you can create
> a
> UI-less HTML parser. Once you figure it out, then the rest is simple.
> You should load the desired HTML document in the MSHTML parser,
> populate
> the <input> fields on the page, and invoke the <form> object's submit(
> )
> method.
>
> Note that it's not possible to simulate all the actions of a user on a
> web page; only certain featurs are supported. Fortunately, your
> desired
> goal is among them.
Thanks so much Ehsan, I'll give it a try.
Regards,
Carlos
