Re: scripting code to move mouse pointer
From: PCR (pcrrcp_at_netzero.net)
Date: 06/26/04
- Next message: Dr John Stockton: "Text Files - vbscript with fso?"
- Previous message: Larry: "Re: scripting code to move mouse pointer"
- In reply to: Larry: "scripting code to move mouse pointer"
- Next in thread: Larry: "Re: scripting code to move mouse pointer"
- Reply: Larry: "Re: scripting code to move mouse pointer"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Jun 2004 18:00:36 -0400
(1) Try Details View. I never saw anything like that happen in Details
View.
(2) See what happens with...
"Control Panel, Mouse, Motion tab, enable Smart Move".
HOWEVER, that drove me NUTS the one/only time I tried it!
-- Thanks or Good Luck, There may be humor in this post, and, Naturally, you will not sue, should things get worse after this, PCR pcrrcp@netzero.net "Larry" <larry328@att.net> wrote in message news:O5XMbE6WEHA.2792@TK2MSFTNGP10.phx.gbl... | Is there a way, from within Windows, to move the mouse pointer to the | corner of the screen using a keyboard command? This is possible in | Word, using the below macro. But I'd like the same capability in | Windows. | | The reason I want this is that I have various keyboard shortcuts that | open Windows folders, but if I've forgotten to move the mouse prior to | running the shortcut, and if the pointer ends up in the middle of the | newly opened folder or Explorer window, it makes the focus jump to the | file icon that it happens to fall on. So for example I open Explorer, | and instead of the focus being in the Explorer pane, it jumps to the | folder pane and then I have to correct it. I want to be able to avoid | this with a keyboard command (maybe running a .vbs file with a Winkey | assignment) without reaching for the mouse. In fact, if such scripting | code exists, I might combine it in my existing .vbs files that I use to | open various folders. | | Sub MouseMove() | | ' This macro operates in conjunction with the | ' Public Declare Function SetCursorPos Lib "user32" at the top of this | module. | | ' moves mouse pointer to place on screen marked by coordinates. | ' (0,0) would be the upper left corner of computer screen | | ret = SetCursorPos(180, 80) | End Sub | | |
- Next message: Dr John Stockton: "Text Files - vbscript with fso?"
- Previous message: Larry: "Re: scripting code to move mouse pointer"
- In reply to: Larry: "scripting code to move mouse pointer"
- Next in thread: Larry: "Re: scripting code to move mouse pointer"
- Reply: Larry: "Re: scripting code to move mouse pointer"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|