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...