1

Possible Duplicates:
C# - Get list of open tasks
On Windows XP, how do I enumerate all the windows displayed by the system (C#)

Hello,

I want to make a program in C#, to know how many windows are open operating system (in this case, the Windows operating system)

I guess I'll have to use the library user32.dll, right?

Can anyone tell me where I can see an example of code to manage windows?

Thanks for the help. Greetings!

Community
  • 1
  • 1
Lobo
  • 4,001
  • 8
  • 37
  • 67
  • what do you mean by "to know how many windows are open operating system?" – TalentTuner Nov 29 '10 at 10:02
  • Seems very similar to [C# - Get list of open tasks](http://stackoverflow.com/questions/310456/c-get-list-of-open-tasks) and [On Windows XP, how do I enumerate all the windows displayed by the system (C#)](http://stackoverflow.com/questions/416600/on-windows-xp-how-do-i-enumerate-all-the-windows-displayed-by-the-system-c) – Dirk Vollmar Nov 29 '10 at 10:02

1 Answers1

2

You should find something useful here.

npinti
  • 51,780
  • 5
  • 72
  • 96