How can i make a button bee clicked on a selected time
I think i can use a timer but not sure how
The timer needs to click the button on a custom time.
Thanks
-Basti
How can i make a button bee clicked on a selected time
I think i can use a timer but not sure how
The timer needs to click the button on a custom time.
Thanks
-Basti
See for example this thread How to start a thread at specific time
(and in the function, to simulate a click : button2.Invoke((Action)(() => button2.PerformClick())); )
6 people are following this question.