Answer» I am trying to find code to allow me to move the mouse to the next button on an external program..
(like tab.. but not with sending keys) by TELLING the mouse to move to the next ACTIVE button. or simply push the specified active button for me
There is settings in some programs for example audigy 4 sound driver software from creative labs lets your mouse crop to the next button on EVERY page automatically.
simply push the specified active button for me would be much better...( except doing it with specified pixel locations wont help because I need this to work on all resolutions for different computers.
thanks
[recovering disk space - old attachment deleted by admin]If the BUTTONS are tab ordered, then you could simulate a tab, detect the LOCATION of newly active button/control, and move the mouse over it. If you want to "click" it, just send a couple mouse windows messages.
|