Send clicks to another application
This code demonstrates how to send mouse clicks to another application using the SendInput API, in user32.dll. First, you’ll want to place the following code in a module. This is where you define some constants, and make reference to the API you are going to use. Public Structure MOUSEINPUT Public dx As Integer Public dy As Integer Public mouseData As Integer Public… Read More »