Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdWindow - shell windows #22

Closed
sancarn opened this issue Mar 23, 2021 · 0 comments
Closed

stdWindow - shell windows #22

sancarn opened this issue Mar 23, 2021 · 0 comments
Labels
enhancement New feature or request lib-stdWindow

Comments

@sancarn
Copy link
Owner

sancarn commented Mar 23, 2021

Would be nice to be able to obtain the shell windows representing a window

Obtainable by:

Property Get shellWindows() as Collection
  set shellWindows = new Collection
  Dim shell as object: set shell = CreateObject("Shell.Application")
  Dim shWin as object
  For each shWin in shell.windows
    if shWin = handle then
      call shellWindows.add(shWin)
    end if
  next
end property
@sancarn sancarn added the enhancement New feature or request label Mar 24, 2021
@sancarn sancarn mentioned this issue Mar 24, 2021
56 tasks
@sancarn sancarn closed this as completed in 0a344e2 Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lib-stdWindow
Projects
Status: READY
Development

No branches or pull requests

1 participant