Enumerate Windows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In vb6, I could Enumerate windows with API calls. Is there an easier way in .net, or do I still need to use the api calls?
 
* "=?Utf-8?B?RG91Zw==?= said:
In vb6, I could Enumerate windows with API calls. Is there an easier
way in .net, or do I still need to use the api calls?

All windows in Windows? You will still have to use p/invoke to do that.
 
Back
Top