Capture text from Window or screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssugumar7684
    New Member
    • Sep 2008
    • 1

    Capture text from Window or screen

    The problem is: I open 1 application i want that is correctly opened or not.
    I want to capture or get text value or anything value from window using VB Script can you give me code
  • vdraceil
    New Member
    • Jul 2007
    • 236

    #2
    You can use API function getwindowtext() to get the text in the title bar of the window.
    the only thing you have to know is the window's handle.

    Comment

    Working...