'Nothing happens when I double click on the timer tool on the form [closed]
I want to add event code to my timer component.
Nothing happens when I double click on the timer tool on the form.

Solution 1:[1]
Double click on the (1) below and the designer will create an empty event code
For example
Solution 2:[2]
If you open the form's properties you should be able to select the element you want to work with in the drop-down list. Select the timer and go to the events tab and create an onTick event.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | John Alexiou |
| Solution 2 | Stockstad |



