Re: [2005] Windows Service
Yes it's possible to get information from a Windows service.
for better examples goto msdn.microsoft.com and look under 101 VB2005 code samples
Quote:
In this case what the interval of the timer is set to?
What do you mean by that?
Re: [2005] Windows Service
Quote:
In this case the interval of the timer
I was just using that to stay consistent with my example I'm working on. I have an app that can set the interval of a timer that is in the service, but I can't tell what that tier is set to.
I tried looking under 2003 101 samples, but that just has how to get the status of the timer i.e. Start, Stop. Do you have an idea what I would search for. I haven't been able to find what I'm lookign for.
Re: [2005] Windows Service
I'm not really familiar with windows services but you can store the value in a database or in the "windows events", I don't remember how to do this