B
Bijoy Thulasidharan
Hi ,
We are trying to obtain the active window of a given Windows Forms
application . Although most of the win API functions like GetActiveWindow
and
GetForegroundWindow return a valid handle , calling the method
Control.FromHandle using the handle returned from the WIN API evaluates to
null.
All we are interested in is in checking whether a specific winform
application is running or not ( Ofcourse we could have used WSH but we need
to do a bit more than what can be achieved with that) through a monitoring
application
Any sample illustrations or alternative approaches would be highly regarded
Kind Regards
Bijoy
We are trying to obtain the active window of a given Windows Forms
application . Although most of the win API functions like GetActiveWindow
and
GetForegroundWindow return a valid handle , calling the method
Control.FromHandle using the handle returned from the WIN API evaluates to
null.
All we are interested in is in checking whether a specific winform
application is running or not ( Ofcourse we could have used WSH but we need
to do a bit more than what can be achieved with that) through a monitoring
application
Any sample illustrations or alternative approaches would be highly regarded
Kind Regards
Bijoy