get application task
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I don't know if the BCL provides a method to do so, but the
EnumWindows
API funcion provides that functionality. The idea is only to enumerate the visible top level windows. You can call this routine in C# through P/Invoke. -- LuisR
Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!