You cant schedule just .NET component. It has to be an EXE. If all you have
is a component, wrap it up with a Main to make an exe and schedule it just
like any other exe based application. If you are looking for .NET wrapper
for Scheduler API, check out
www.codeproject.com. I remember seeing a
wrapper for the same there.
"arcvonz" <> wrote in message
news:e7Xg%...
> I have a.NET component that needs to be scheduled to run programmatically.
> How can it be done, any interface to Task Scheduler from .NET?
>
> Thanks,
> Arc
>
>