Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

timer problem

Status
Not open for further replies.

WebStar

Programmer
May 1, 2002
69
DE
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top