timer.start and thread

  • Thread starter Thread starter Dzemo
  • Start date Start date
D

Dzemo

I have windows.forms.timer on my form and this code

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Timer1.Tick
Timer1.Stop()
Recieve.Start()
End Sub

Receive is Thread. How from thread to start timer again. In my thread I have
timer1.start but that won't do it
Any help
thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top