Multi-threading = Timer no work!
Whenever I activate a timer in a multi-thread like this
The timer does not activate.
When I don't put it in a multi-thread it works.
How can I fix?
Code:
Timer1.Enabled = true
When I don't put it in a multi-thread it works.
How can I fix?
