|
-
Feb 27th, 2003, 05:11 PM
#1
Thread Starter
Frenzied Member
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.
-
Mar 2nd, 2003, 01:37 AM
#2
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|