Results 1 to 2 of 2

Thread: how can i get typed text from other windows applications

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2001
    Location
    India
    Posts
    117
    I wish to create an application, which works in background.
    I want to get text from other windows applications when user type in it. I have tried with many api's like sendmessage, getwindowtext and many more.... but i donot succeed..
    Will you please tell me how can i get typed text from other windows applications (ex... word, excel, pagemaker etc)...

    Please reply 4 my enquiry....

  2. #2
    Guest
    You need to create a global hook. To do this, your routine needs to be in a Standard DLL. You need to use C++ or some other language that can create standard DLLs, because VB can only create ActiveX DLLs.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width