Active window wmi window / focus

Trying to spend through WMI / WQL MS Reference Data and WMI Code Creator event classes, but cannot find anything to indicate:

A) If possible B) How to do it

Ideally, I would like to subscribe to WMI events that have the character of a UI Change window (any Windows application).

+2
wmi wmi-query wql
source share
1 answer

You are using the wrong tool, there are no WMI classes or WMI events associated with the user interface of a Windows application. you should use Windows and WinAPI messages instead.

+2
source share

All Articles