Home All Groups Group Topic Archive Search About

How Programatically add to Scheduled tasks

Author
10 Aug 2006 12:54 PM
vighnesh
Hi Folks

I am doing an VB.NET application in which I want to add scheduling feature,
so that my application can run at a scheduled time, how can it be done
programatically.

Please post your suggessions.
Thanks in advance
--
Regards
Vighneswar

Author
10 Aug 2006 1:03 PM
Peter Bromberg [C# MVP]
Vighneswar,
If you hop on over to codeproject.com , they have a couple of articles where
somebody has wrapped the Task Scheduler functionality into a .NET class
library.
I don't remember the actual name, but a few well-chosen keywords in your
search should bring it up with no problems.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Show quoteHide quote
"vighnesh" wrote:

>
> Hi Folks
>
> I am doing an VB.NET application in which I want to add scheduling feature,
> so that my application can run at a scheduled time, how can it be done
> programatically.
>
> Please post your suggessions.
> Thanks in advance
> --
> Regards
> Vighneswar
>
>
>
Author
10 Aug 2006 2:37 PM
Ignacio Machin ( .NET/ C# MVP )
Hi,

I found it yesterday and will use it today :)

http://www.codeproject.com/csharp/taskschedulerlibrary.asp


--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



Show quoteHide quote
"Peter Bromberg [C# MVP]" <pbromberg@yahoo.nospammin.com> wrote in message
news:B2ACB362-D58B-4C9E-8075-396EABD5E5CF@microsoft.com...
> Vighneswar,
> If you hop on over to codeproject.com , they have a couple of articles
> where
> somebody has wrapped the Task Scheduler functionality into a .NET class
> library.
> I don't remember the actual name, but a few well-chosen keywords in your
> search should bring it up with no problems.
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "vighnesh" wrote:
>
>>
>> Hi Folks
>>
>> I am doing an VB.NET application in which I want to add scheduling
>> feature,
>> so that my application can run at a scheduled time, how can it be done
>> programatically.
>>
>> Please post your suggessions.
>> Thanks in advance
>> --
>> Regards
>> Vighneswar
>>
>>
>>
Author
10 Aug 2006 11:24 PM
Peter Bromberg [C# MVP]
I ,
Excellent - that's the one!
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Show quoteHide quote
"Ignacio Machin ( .NET/ C# MVP )" wrote:

> Hi,
>
> I found it yesterday and will use it today :)
>
> http://www.codeproject.com/csharp/taskschedulerlibrary.asp
>
>
> --
> --
> Ignacio Machin,
> ignacio.machin AT dot.state.fl.us
> Florida Department Of Transportation
>
>
>
> "Peter Bromberg [C# MVP]" <pbromberg@yahoo.nospammin.com> wrote in message
> news:B2ACB362-D58B-4C9E-8075-396EABD5E5CF@microsoft.com...
> > Vighneswar,
> > If you hop on over to codeproject.com , they have a couple of articles
> > where
> > somebody has wrapped the Task Scheduler functionality into a .NET class
> > library.
> > I don't remember the actual name, but a few well-chosen keywords in your
> > search should bring it up with no problems.
> > Peter
> >
> > --
> > Co-founder, Eggheadcafe.com developer portal:
> > http://www.eggheadcafe.com
> > UnBlog:
> > http://petesbloggerama.blogspot.com
> >
> >
> >
> >
> > "vighnesh" wrote:
> >
> >>
> >> Hi Folks
> >>
> >> I am doing an VB.NET application in which I want to add scheduling
> >> feature,
> >> so that my application can run at a scheduled time, how can it be done
> >> programatically.
> >>
> >> Please post your suggessions.
> >> Thanks in advance
> >> --
> >> Regards
> >> Vighneswar
> >>
> >>
> >>
>
>
>