Results 1 to 2 of 2

Thread: How to get Handle of all windows of an external process?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474

    How to get Handle of all windows of an external process?

    How can I get the Handle for all windows of an external program and their titles? There is a property for it in process class but thats only for Mainwindow but I am looking for a way to find it for all windows of that process.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    I found it
    EnumWindows and EnumChildWindows

    and found a class library in C# utilizing those here
    Last edited by Lunatic3; Mar 2nd, 2003 at 01:42 AM.

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