How to enumerate windows (like in Task Manager) ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody know how to enumerate all windows like in Task Manager, and get their handle? Thanks.
To get the processes like task manager see the System.Diagnostics.Process class. To get all the windows like spy++ see here