Re: VB Windows Service

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jay B. Harlow [MVP - Outlook] (Jay_Harlow_MVP_at_msn.com)
Date: 12/13/04


Date: Mon, 13 Dec 2004 09:12:42 -0600

Chanmm,
As you know, the scheduler in control panel won't really help with a Windows
Service! (per se)

The scheduler in control panel will however help with a Console or Windows
application.

Hope this helps
Jay

"chanmmn" <chanmmn@hotmail.com> wrote in message
news:eJ%235Q4R4EHA.2540@TK2MSFTNGP09.phx.gbl...
> Alternative, you can use the scheduler in control panel.
>
> chanmm
>
> "Doug Stiers" <doug@nospam.com> wrote in message
> news:%23uZiaCG3EHA.1260@TK2MSFTNGP12.phx.gbl...
>>I have a VB app that I'm installing as a Windows Service. I want a
>> subroutine in the app to run every 30 minutes during business hours. How
>> do
>> I do this in VB? I set the startup type as automatic so it's always
>> running.
>> Is there some kind of timer event I can use?
>>
>> Thanks,
>> Doug
>>
>>
>
>



Relevant Pages

  • Re: challenge?
    ... > Larry Lard wrote: ... >> Now the question becomes how to change that Windows setting? ... Just make sure your app uses only ... then the user can just use Control Panel ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Forcing a screen repaint??
    ... I think the control panel app does this. ... because you see all the windows flash for an instant. ... Yet when the user enables ClearType with the Control Panel, ...
    (microsoft.public.vc.mfc)
  • Re: Observations from a Windows user
    ... Sometimes clicking X doesn't close an "app": ... that's what it does under Windows. ... To every complex problem there is a solution which is simple, ...
    (uk.comp.sys.mac)
  • Re: Creating a Project no form
    ... What if I created a Service App. ... Could I run that as either a Windows ... Service or an executable run by the Scheduler. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Running Invisible console Application
    ... I also scheduled it in the windows scheduler. ... If you just paste the contents of your console app into the windows forms app you'll have your invisible app. ...
    (microsoft.public.dotnet.general)