Is this button always at the same location on the screen?
I tried to help you before. Anyway, look into the SendMessage function in the windows api and send WM_LBUTTONDOWN/WM_LBUTTONUP.
If the display of the button is a standard windows button, you can also find the window handle of the button and use SendMessage with BM_CLICK to simulate a click.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.