alexrotaru Posted May 21, 2006 Posted May 21, 2006 hello, I'm having a little problem with the MouseMove command when I am connected through a Remote Desktop Connection. The problem is that it does nothing.... The mouse position is not changed at all. Initialy I thought it might be due to the beta version I was using (124-beta), but I also tried with the 117-beta, and with v3 stable version, and I got the same results. the code I tried is: Run ("C:\Program Files\Internet Explorer\iexplore.exe about:blank") Sleep (5000) MouseMove (5, 600) Sleep (5000) thanks
herewasplato Posted May 22, 2006 Posted May 22, 2006 alexrotaru said: ...The mouse position is not changed at all...Got proof? :-)Don't believe what you see - the mouse moved on the remote system, but Remote Desktop does not always move the mouse on the system in control - then again, why should it? (Although - for me - it does show the moves sometimes and not others.)Try using a single MouseClick("left".... somehwere on the desktop and see if you notice icons being selected.I've run many a script via XP's Remote Destop and Real VNC. Both work as if I'm at the remote computer - even scripts that must use clicks. [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now