Re: [DOTNET] Task Scheduling

2002-05-22 Thread James Johnson
> Is is possible to use .NET to create scheduled task? Yes, through COM interop. David Hall has written a library which encapsulates the Task Scheduler COM objects, http://www.codeproject.com/csharp/taskschedulerlibrary.asp James Johnson You can read messages from the DOTNET archive, unsubscr

Re: [DOTNET] Task Scheduling

2002-05-22 Thread Mackay, Colin
Check out http://www.codeproject.com/csharp/taskschedulerlibrary.asp Regards, Colin > -Original Message- > From: Powell, Simon [mailto:[EMAIL PROTECTED]] > Sent: 22 May 2002 14:35 > To: [EMAIL PROTECTED] > Subject: [DOTNET] Task Scheduling > > > Is is possible to use .NET to create sche

Re: [DOTNET] Task Scheduling

2002-05-22 Thread Andreas Häber
> Is is possible to use .NET to create scheduled task? You could before :) In .NET beta1 there was classes for this, but they were removed. I think you need to use P/Invoke for this now... maybe WMI (System.Managment) can do that too... Andreas Häber You can read messages from the DOTNET archiv

Re: [DOTNET] Task Scheduling

2002-05-22 Thread Henrik Enemark Rasmussen
There's an article and source available at www.codeproject.com, just search for "scheduled task". > -Original Message- > From: Powell, Simon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 3:35 PM > To: [EMAIL PROTECTED] > Subject: Task Scheduling > > > Is is possible to use .N