Page 1 of 1

window class

Posted: Thu Aug 11, 2022 11:51 am
by Natter
Hi,

How to find out the name of the window class by its handler ?

Re: window class

Posted: Thu Aug 11, 2022 12:23 pm
by Antonio Linares
MsgInfo( GetClassName( hWnd ) )

Re: window class

Posted: Thu Aug 11, 2022 12:38 pm
by Natter
Thank you !