|
-
February 8th, 2011, 01:33 PM
#1
[RESOLVED] Get window handle from process name
Hi, there's an application that doesn't have anything written on the window title, so I can't use FindWindow() to get its handle.
So I wanted to know how to get the window handle from the process name. Any ideas?
-
February 8th, 2011, 02:31 PM
#2
Re: Get window handle from process name
If you mean the full name of the App exe then use EnumWindows +
GetWindowModuleFileName
Victor Nijegorodov
-
February 12th, 2011, 09:48 AM
#3
Re: Get window handle from process name
you can also use findwindow if you know the title of the window your application as has created
-
February 12th, 2011, 10:51 AM
#4
Re: Get window handle from process name
 Originally Posted by aamir121a
you can also use findwindow if you know the title of the window your application as has created
I wonder did you read the OP? 
 Originally Posted by Toshioo
Hi, there's an application that doesn't have anything written on the window title, so I can't use FindWindow() to get its handle
Victor Nijegorodov
-
February 16th, 2011, 01:58 PM
#5
Re: Get window handle from process name
 Originally Posted by VictorN
If you mean the full name of the App exe then use EnumWindows +
GetWindowModuleFileName
Thanks a lot!
Tags for this Thread
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
|