CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Is This Possible ? Can we trap a Password protected text box information from an external applicatio

    Hi,

    I want to trap the password information from a external application. I can get the handle of the application. Is it possible to trap the password for a particular class object within it.

    RM



  2. #2
    Guest

    Re: Is This Possible ? Can we trap a Password protected text box information from an external applic

    Eh...
    You could spy the events for that applications and get the keystrokes...
    Try an API called GetAsyncKey...Could trap keystrokes from another app...


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

Featured