I have a timer in vb.net and it's interval is 1000ms ,. i have placed in it's timer_tick event a code that will print screen the screen and save it to a database.
The problem is when i click outside of the form, or loosing the focus of the mouse to the form containing that timer/printscreen, the timer stops. As a result the printscreen also stops.
here are it's properties:
generate member = true
interval = 1000
modifiers = friend
I will appreciate any reply or tip regarding this problem ,. thank you.,