Jump to content
Macro Express Forums

When dragging using the mouse...


patgenn123

Recommended Posts

  • 2 months later...
Is there any way of making the mouse invisible when executing a macro?

 

... Can i make the mouse transparent while it's dragging?

Could you maybe change the file for the pointer cursor at the start of the drag action and then change it back when the macro has finished? There might even be a registry entry that would handle this better, I'm not too sure. Just something to think about. :)

Link to comment
Share on other sites

Could you maybe change the file for the pointer cursor at the start of the drag action and then change it back when the macro has finished? There might even be a registry entry that would handle this better, I'm not too sure. Just something to think about. :)

 

 

No registry value can do that. It can't even be done via windows scripting host.

 

Very simple through VB or C++ though. of course you'd have to compile an EXE and distribute it just to hide/unhide the cursor.

 

Might want to resarch if it might be possible to write a .js to do it.... I'm not sure.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...