Windows: how to get a list of all visible windows?

前端 未结 3 703
长情又很酷
长情又很酷 2020-11-28 04:19

(by all mean do re-tag with the relevant technology: I don\'t know which ones they are :)

I\'ll probably come later with more detailed questions, about spec

3条回答
  •  庸人自扰
    2020-11-28 04:52

    I remember back in 2006 there was a utility WinObj as part of sysinternals that possibly did what you want. Part of these utilities were provided with source code by author (Mark Russinovich).

    Since that time, his company was bought by Microsoft so I do not know whether the source would be still available.

    Also the following may be worth checking:

    http://msdn.microsoft.com/en-us/library/aa264396(VS.60).aspx

    http://www.codeproject.com/KB/dialog/windowfinder.aspx

提交回复
热议问题