Hi,
I list windows through EnumChildWindows() Is it possible to find out which application a particular window belongs to ?
I list windows through EnumChildWindows() Is it possible to
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 73 times
- Contact:
Re: I list windows through EnumChildWindows() Is it possible to
You may use:
local cTaskName := Space( 100 )
GetWindowModuleFileName( hWnd, cTaskName, 100 )
local cTaskName := Space( 100 )
GetWindowModuleFileName( hWnd, cTaskName, 100 )