Search results for query: *

  1. B

    Question Where to put my code in a Windows Service skeleton

    Hi John, Thank you for the response. I really appreciate it. I finally figured out that I needed to spawn a thread from OnStart. I really wish just one of the examples I found would have stated that. But instead of spawning an explicit thread, I allowed the timer to do it for me implicitely...
  2. B

    Question Where to put my code in a Windows Service skeleton

    I'm an ASP.Net sorta guy, but had to write a Windows app a while back. Now they want it to run as a service. I'm clueless. I found a couple dozen examples of service skeletons, and I think they all originated with a MS post and everyone just copied that original one. My skeleton runs fine and...
Back
Top Bottom