Hello!
I'm trying get a currently active window handle. I found this on the forum:
code:
var handle = Interop.Call("user32.dll","GetActiveWindow")
However if active window not related to WLM or MPL, it always returns 0
Any other way get handle of the active window?
Thank you.