Reply to thread

thanks for all your help.... it seems I was using a server timer  from System.Timers.Timer namespace. I switched this over to a windows forms timer

System.Windows.Forms.Timer  and it all works great now!!


On with the coding now :)


Top Bottom