POV-Ray : Newsgroups : povray.off-topic : Automate mouse activity : Re: Automate mouse activity Server Time
8 Oct 2024 22:00:33 EDT (-0400)
  Re: Automate mouse activity  
From: scott
Date: 21 Jul 2009 02:45:43
Message: <4a656417@news.povray.org>
> I'm looking to automate a Windows program. I'm done some stuff with 
> SendKeys in VB/VBSript before, but it looks like I'm gonna have to script 
> some mouse activity too (click, highlight text, etc).
>
> Has anyone used a scripting tool that can automate mouse clicks etc?

Another option is to send WM_CLICK (or whatever) messages directly to the 
application you are controlling.  You can enumerate the icons in the window 
to get the handle of the one you want to click.  That way it doesn't 
interfere with normal use of the computer.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.