| 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?
I wish to run my command (win.move("active",0, 0) active) as soon as I
run the Windows Explorer.
>>Do make sure neither ppro nor explorer is running elevated.
PowerPro has started elevated (with Administrator rights) and Windows
Explorer with WinKey + E
>>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)
My Windows10 64bit all your above commands has no effect, not moving.
On 14-Mar-18 9:07 PM, ❄️ wrote:
> Dear Bruce,
>
> Hope you are doing great.
>
> Name *This PC, c=CabinetWClass
> wait.for(1500)
> win.move("active",0, 0) active
>
> No effect on Windows Explorer, not at all moving. Thanks for any replies.