Search results for query: *

  1. G

    Windows Service and Excel AddIns

    Hi, I wrote a Windows Service which will listen to incoming Emails. Once it finds a valid attachment on a mail (*.xls), the File will be saved to a designated location and a macro in a *.xla file should be invoked opening the File and do some Accounting calculations on it. The problem I have...
  2. G

    Windows Service Problem?

    Why are you using a timer ? I use Threads and the Service starts as it has to execute the thread/s. You create a Sub or Function Method with a Do ... Loop inside. Also have your method Code in a Try - Catch - Finally - End try. The you declare a NEW Thread(Address Of NameOf Method) as a...
Back
Top