how come I can start a timer if an event is raised by pushing a button but the timer doesn't start by an event raised by receiving a message on a socket... i have a server-client program and i tried to make timer1.Start() when a message is received but the timer woun't start. any way if i make a button and i place the timer1.Start() inside the button1_onPressed the timer starts. anyone has any ideea?
thank you!
thank you!