Re: Windows Explorer window not moving
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Could you post the whole command? I don't understand why you are using "active". Is the explorer window active? If so, what is role of stuff in quotes?
Do make sure neither ppro nor explorer is running elevated.
FWIW, on my win10 64 all of the following work
win.move ("*This PC", 100 ,100)
win.move ("c=CabinetWClass", 300,300)
win.move ("*This PC, c=CabinetWClass", 400,400)
But the last is redundant and was just a test; no need to have both.