richarddawson
Board Regular
- Joined
- Oct 18, 2014
- Messages
- 95
For several years I have been using:-
Function clickMouse()
mouse_event MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0
mouse_event MOUSEEVENTF_LEFTUP, 0, 0, 0, 0
Sleep 50
End Function
to click the mouse. However, after recent auto-upgrades, it has ceased to work. Anyone got any ideas why - and how to fix it?
Function clickMouse()
mouse_event MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0
mouse_event MOUSEEVENTF_LEFTUP, 0, 0, 0, 0
Sleep 50
End Function
to click the mouse. However, after recent auto-upgrades, it has ceased to work. Anyone got any ideas why - and how to fix it?