Dim myThread As New Thread(AddressOf TimerStart) myThread.IsBackground = True myThread.Start()
TimerStart
Quote:and also how would i stop the thread without using thread.abort as ive heard it's evil, but i need it on a button click
C#
VB.NET
C# lock
SyncLock
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)