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?
Printable View
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?
If you mean the full name of the App exe then use EnumWindows +
GetWindowModuleFileName
you can also use findwindow if you know the title of the window your application as has created