I list windows through EnumChildWindows() Is it possible to

I list windows through EnumChildWindows() Is it possible to

Postby Natter » Sat Nov 27, 2021 8:53 pm

Hi,

I list windows through EnumChildWindows() Is it possible to find out which application a particular window belongs to ?
Natter
 
Posts: 1182
Joined: Mon May 14, 2007 9:49 am

Re: I list windows through EnumChildWindows() Is it possible to

Postby Antonio Linares » Sun Nov 28, 2021 9:56 am

You may use:

local cTaskName := Space( 100 )

GetWindowModuleFileName( hWnd, cTaskName, 100 )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41855
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: I list windows through EnumChildWindows() Is it possible to

Postby Natter » Sun Nov 28, 2021 10:25 am

Thanks !
Natter
 
Posts: 1182
Joined: Mon May 14, 2007 9:49 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: wilsongamboa and 86 guests