When tp.ReturnCSRRequests finishes executing, its thread is killed.
Steve C.
MCSD,MCAD,MCSE,MCP+I,CNE,CNA,CCNA
> I have a windows service (I know, wrong group but I couldn't find a windows
> service group) loads an individual record from a db to do some work.
[quoted text clipped - 16 lines]
> thisThread = New Thread(AddressOf tp.ReturnCSRRequests)
> thisThread.Start()
Roger - 29 Aug 2007 17:02 GMT
Thank you.
BTW: Do you have time to work with taking all those courses??? You've got a
whole alphabet there!
> When tp.ReturnCSRRequests finishes executing, its thread is killed.
>
[quoted text clipped - 22 lines]
>> thisThread = New Thread(AddressOf tp.ReturnCSRRequests)
>> thisThread.Start()
Steve - 29 Aug 2007 17:14 GMT
Who has time to work?? :)
I've had most of these for quite a while.
Steve C.
MCSD,MCAD,MCSE,MCP+I,CNE,CNA,CCNA
> Thank you.
>
[quoted text clipped - 27 lines]
>>> thisThread = New Thread(AddressOf tp.ReturnCSRRequests)
>>> thisThread.Start()