tetris002 Posted February 27, 2004 Posted February 27, 2004 Is there a way to utilize Mouse Wheel commands in AutoIt3? Or possibly in AutoHotKey? Thanks!
Administrators Jon Posted February 27, 2004 Administrators Posted February 27, 2004 (edited) I'll check the APIs to see if it can be done. And if so add it for a later version (current features are frozen for initial release) Edit: Seems simple enough but it will only work on NT/2000/XP Edited February 27, 2004 by Jon
tetris002 Posted February 27, 2004 Author Posted February 27, 2004 Cool, sounds good, thanks for the reply!
Nutster Posted February 27, 2004 Posted February 27, 2004 I'll check the APIs to see if it can be done. And if so add it for a later version (current features are frozen for initial release)Edit: Seems simple enough but it will only work on NT/2000/XPWin 98/ME can also understand the mousewheel. Will your solution work there too? David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
Administrators Jon Posted February 27, 2004 Administrators Posted February 27, 2004 The docs say:MOUSEEVENTF_WHEELWindows NT/2000/XP: Specifies that the wheel has been moved, if the mouse has a wheel. The amount of movement is specified in dwData
Nutster Posted February 27, 2004 Posted February 27, 2004 How about checking out Microsoft documentation for VC6? It is in the Windows 98 samples area. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
Administrators Jon Posted February 27, 2004 Administrators Posted February 27, 2004 I that just tracks mouse functions rather than simulates them.
Nutster Posted February 27, 2004 Posted February 27, 2004 Hmm, what about explicitly posting the message to simulate(stimulate?) the MOUSEWHEEL? I will try it this week end and let you know. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
MacroKing Posted March 25, 2004 Posted March 25, 2004 mousewheel, puhleeeze gimmie control of the mousewheel. I have another ap I am trying to control, and the only way to get it to accept input properly is to use the mousewheel to move the ``cells'' in my window. Otherwise, the web browser screen stops accepting {right} commands and my cells die. puhleeze ... quickly, hack, handle, workaround, puhleezepuhleezepuhleezepuhleezepuhleezepuhleezepuhleezepuhleezepuhleezepuhleezepuhleezepuhleezepuhl eezepuhleezepuhleeze Have I said `please' enough? grazie ... (If I had a really good sig file, this is where it would go ..) If I had a really good sig file, this is where it would go.
condoman Posted March 26, 2004 Posted March 26, 2004 FWIW I was rippin cause the mouse would not work in VB or VBA. I have some interesting code in a zip file that I got after lots of reading. I'll pass it on if you tell me how?
Administrators Jon Posted March 27, 2004 Administrators Posted March 27, 2004 MouseWheel() function added to the current unstable version at http://www.hiddensoft.com/autoit3/files/unstable/autoit/
MacroKing Posted March 30, 2004 Posted March 30, 2004 willing to test ... I think I grabbed the *.zip file, but -- sorry -- not finding a reference to use it. suggestions on where to look? If I had a really good sig file, this is where it would go.
CyberSlug Posted March 30, 2004 Posted March 30, 2004 willing to test ... I think I grabbed the *.zip file, but -- sorry -- not finding a reference to use it. suggestions on where to look?MouseWheel ( "direction" [, clicks] ) example MousWheel("up", 3) direction is "up" or "down" clicks is a number; if omitted, 1 is used Works on Windows NT/2000/XP ONLY Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
MacroKing Posted March 31, 2004 Posted March 31, 2004 I was right the first time. I didn't grab or extract the zip file correctly. sorry for the doh! question, but what should I be extracting? If I had a really good sig file, this is where it would go.
MacroKing Posted April 1, 2004 Posted April 1, 2004 that is, i downloaded the zip files, unzipped them to my v3 directory, but when I tried to use the mousewheel command, I got essentially `this program has never heard of that function' error message, so I am assuming I did not grab and extract the files properly ... thanks. If I had a really good sig file, this is where it would go.
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