G
Guest
I am trying to use WMI to monitor for a window opening with a specific name
using the __InstanceCreationEvent class. I have found a Technet script
example that shows how to monitor for a new process at:
http://www.microsoft.com/technet/scriptcenter/scripts/misc/events/msevvb13.mspx
Unfortunatlly monitoring for a process will not help me because the window
that I am interested in is created by a process that is always running.
Is there a class, instance and name space that can monitor for the creation
of a window with a specific (known) name/title?
Any suggestions are welcome,
Mark A
using the __InstanceCreationEvent class. I have found a Technet script
example that shows how to monitor for a new process at:
http://www.microsoft.com/technet/scriptcenter/scripts/misc/events/msevvb13.mspx
Unfortunatlly monitoring for a process will not help me because the window
that I am interested in is created by a process that is always running.
Is there a class, instance and name space that can monitor for the creation
of a window with a specific (known) name/title?
Any suggestions are welcome,
Mark A