Object recognition through VB in IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Najam Ahmad
    New Member
    • Sep 2007
    • 1

    Object recognition through VB in IE

    Hi,

    I wanted to recognize a text message in an application. I successfully inserted the data into a text box( displayed on the application) using the code

    IE.Document.All ("username").Va lue

    But now i have to identify a message displayed on the top. I was wondering if the following code could work but it did not,

    IE.Document.All ("Error Message!").Exis t

    Kindly, suggest any method that could identify any object on the page using VB.

    Thanks in advance.
Working...