I'm using the latest version of M.S. and can't get the virtual key codes to actually wait, it works if I have it wait for a key on the keyboard to be pressed like this wkd>h or any other letter and number but not virtual key codes.
Here is what I want to have happen,
I want M.S. to wait for the left mouse button to be pressed.
Am I doing something wrong or is there a problem with the latest M.S. version?
Thanks
Virtual Key Problems
Moderators: Dorian (MJT support), JRL
I could be wrong, its happened before, but I recall a discussion in this forum in which it was pointed out that the mouse virtual key codes do not work. I searched for this discussion and all I found was this:
http://www.mjtnet.com/usergroup/viewtop ... +mouse+key
I do know that I've never been able to get "WaitKeyDown" to work with the mouse related virtual codes. This sample script will not process on my WinXP Pro computer with Macro Scheduler 7.3.11.3. I will never see the "after left click" message.
MDL>before left click
WKD>VK1
MDL>after left click
Keyboard related virtual codes have always worked fine. I often use the function key virtual codes.
Hope this helps,
Dick
http://www.mjtnet.com/usergroup/viewtop ... +mouse+key
I do know that I've never been able to get "WaitKeyDown" to work with the mouse related virtual codes. This sample script will not process on my WinXP Pro computer with Macro Scheduler 7.3.11.3. I will never see the "after left click" message.
MDL>before left click
WKD>VK1
MDL>after left click
Keyboard related virtual codes have always worked fine. I often use the function key virtual codes.
Hope this helps,
Dick