jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

Ability to enumerate all windows #22

Closed rdp closed 13 years ago

rdp commented 13 years ago

feature request:

=> d = RAutomation.desktop

(a window that allows the user to then do d.windows and enumerate all) or RAutomation.desktop_windows or the like. Thanks! -roger-

jarmo commented 13 years ago

Why isn't current usage of EnumWindows (http://msdn.microsoft.com/en-us/library/ms633497(v=vs.85).aspx) enough to you? What is the difference between desktop windows and all windows? How can you even make the difference (didn't find any EnumDesktopWindows). What's the usecase?

rdp commented 13 years ago

added instructions to wiki