RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- From: Frank Dzaebel <PostAddFranksSeitePunktDe>
- Date: Mon, 2 Feb 2009 01:08:00 -0800
Hi Linda,
thanks for your response.
The property *** of a task in the TaskScheduler is
not exposed, which means we cannot open it programmatically.
ok (you mean 2.0), so no API or such direct thing there provided.
But my question was going further. You provide
a good managed Extension interface to MMC.
The Question there was:
"how do I extend the TaskScheduler SnapIn that
a given Task is shown?"
I think there are possibilities going
over the Root and ScopeNode's in the MMC snapin,
which are provided managed as well. The snapin is
called "taskschd.msc" (as you of course know) which
i want to extend, to show the Property*** of a task.
So the solution might be more in the direction
of Bart De Smet's blog.
You have functionality like this:
[MMC Code Directory]
http://msdn.microsoft.com/en-us/library/ms692749(VS.85).aspx
[MMC Programming Elements]
http://msdn.microsoft.com/en-us/library/ms692747(VS.85).aspx
Look in the above link to "or it can be an extension snap-in
that extends the operations of a specific snap-in, and is
dependent on the parent snap-in to operate.". And
"taskscheduler snapins" exists in the registry.
Or the "ExtensionToPropertySheetSample".
But so far i do not know, how to extend the taskschd.msc.
_______________
Task Scheduler 2.0 provides interfaces for C++ and objects for scripting
development respectively. We can use these APIs to interact with the Task
Scheduler service.
these links are well known, but they do not provide
a means, to show a Property*** as you already
mentioned above.
_________
The following sample provides a .NET class library for Task Scheduler APIs:
"A New Task Scheduler Class Library for .NET"
http://www.codeproject.com/KB/cs/tsnewlib.aspx
Linda, this is for TaskScheduler 1.0. I asked for
2.0. I already use, extended and corrected this
lib to show a Property*** on Server 2008 64 Bit.
But this is a Property*** 1.0 which do not
have the features of 2.0.
______
"About the Task Scheduler"
http://msdn.microsoft.com/en-us/library/aa446802(VS.85).aspx
yes, known, but no Property*** functionality.
So, the question remains - may be you could give
me more advices in relation to MMC SnapIns,
where i "suppose" lies the solution.
Thanks for the help.
ciao Frank
--
Dipl. Inf. Frank Dzaebel [MCP, MVP C#]
http://Dzaebel.NET
.
- Follow-Ups:
- RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- From: Linda Liu[MSFT]
- RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- References:
- RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- From: Linda Liu[MSFT]
- RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- Prev by Date: RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- Next by Date: Setting "InputLanguage.CurrentInputLanguage"
- Previous by thread: RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- Next by thread: RE: Open Property*** of TaskScheduler 2.0 [Vista & above]
- Index(es):