Results 1 to 2 of 2

Thread: Getting a component handle from an external program?

  1. #1
    dinbax
    Guest

    Getting a component handle from an external program?

    A tricky topic, methinks. There's another program running (non-Delphi, if it matters) that I need to get the handle of a specific component on it. I have no idea how to do this. :/

    Is there a way to get a list of handles, or something? Or request a certain handle through win32? Grah.

    Thanks very much!

  2. #2

    Getting a component handle from an external program?

    Look into the EnumWindows and EnumChildWindows functions.
    [size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]

Bookmarks

Posting Permissions

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