Hmm..isn't there any way to access the DOM of a currently open IE Window?
That might be the easiest way to do it - but I'm not sure whether that is
possible
--
Sriram Krishnan
Microsoft Student Ambassador
http://www.dotnetjunkies.com/weblog/sriram
"nomaam" <(E-Mail Removed)> wrote in message
news:40f839ea$(E-Mail Removed)...
> thanks for the replies.
>
> i am useing VB.NET, and i am working within a windows form.
>
> what i'm trying to do is send keystrokes to a certain field within a
> webpage in Internet Explorer. then check the value of that field and
> see if the keys have been sent properly.
>
> one tutorial that i am following suggests useing 'sendmessage' to send
> the keys, and 'findwindow' to find the field withina certian
> application. it says that each text field will have a class name that
> you have to specify. ie: in notepad the area where you type text has a
> class name of "edit".
>
> i was wondering how would you identify the class name of a field
> within a webpage in Internet Eplorer? or does each field even have a
> unique class name?
>
> if anyone knows of a better way of sending keys to a webpage field and
> checking the value of that field affter i would appreciate any
> suggestions.
>
> thanks.
>