C
CBanu [IXIA]
I'm trying to get the window that is currently on top in my
application, even if I'm currently working in another application.
Something like the P/Invoke call GetForegroundWindow(), but I want it
to operate only on my application's forms. I've also tried using
Application.OpenForms[], but I don't know how to tell which one is on
top of the others.
Any ideas?
Thanks in advance,
Cosmin
application, even if I'm currently working in another application.
Something like the P/Invoke call GetForegroundWindow(), but I want it
to operate only on my application's forms. I've also tried using
Application.OpenForms[], but I don't know how to tell which one is on
top of the others.
Any ideas?
Thanks in advance,
Cosmin