Hi,
I've been using AutoIt for multiple years now and I've always been able to script the actions I needed...
But now I'm stuck.
For my work I need to remote takeover machines with "c:\windows\system32\msra.exe /offerra".
I created a script with a gui with buttons. Every last 5 successful takeovers are placed on buttons with their computer number.
So far so good...
What I want to do is to remember the de last position of the remote takeover session and place the next session on those positions.
Some how I'm totally unable to move or resize the session of MSRA.exe or any window of msra.exe.
Let's talk about the first screen of "c:\windows\system32\msra.exe /offerra".
WinMove is not working. Mouseclicks are not working, not even with multiple clicks and increased delay.
Tried Title, Handle, Class, Handle from Pid and what not...
Is there a possibility that some windows cannot be moved/resized, whatever the method used is?
Who can help me to understand what to do to move/resize "c:\windows\system32\msra.exe /offerra"?