Vb.Net是否有任何Scheduler控件? [英] Is there any Scheduler control for Vb.Net?

查看:109
本文介绍了Vb.Net是否有任何Scheduler控件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问候,



我想知道Vb.Net -MS VS 2005中是否有任何调度程序控制 - 如果没有我希望我能找到一个免费的 - 我可以在我的应用程序上使用...



请告诉我或者给我一个如何实施调度任务的提示我申请中的要求..



提前致谢..

推荐答案

您始终可以使用 Windows Scheduler [ ^ ]安排exe在特定时间运行。
You can always use the Windows Scheduler[^] to schedule an exe to run at a particular time.


In除了Abhinav S的答案,看看这篇文章



一个新的.NET任务调度程序类库 [ ^ ]



它基本上是一个.Net包装器Windows调度程序。就个人而言,我只是单独使用Windows Scheduler,保持简单呃!
In addition to Abhinav S answer, have a look at this article

A New Task Scheduler Class Library for .NET[^]

It's basically a .Net wrapper to the windows scheduler. Personally, I'd just use the Windows Scheduler by itself, keep it simple eh!


你可以更好地使用现有的Windows Task Scheduler服务。

< br $> b $ b请参阅 http://en.wikipedia.org/wiki/Windows_Task_Scheduler [ ^ ]。



首先,您可以使用命令行实用程序AT.EXE或CSHTASKS.EXE(替换AT.EXE)来安排事件,请参阅:

http://en.wikipedia.org/wiki/At_%28Windows%29 [ ^ ],

http://en.wikipedia.org/wiki/Schtasks [ ^ ],

http://technet.microsoft.com/en-us/library/bb490866.aspx [<一个href =http://technet.microsoft.com/en-us/library/bb490866.aspxtarget =_ blanktitle =新窗口> ^ ],

http://msdn.microsoft.com/en- us / library / windows / desktop / bb736357%28v = vs.85%29.aspx [ ^ ]。



你也可以使用Window Task Scheduler API,请参阅:

http://msdn.microsoft.com/en-us/library/windows/desktop/aa383614%28v=vs.85%29.aspx [ ^ ],
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383608% 28v = vs.85%29.aspx [ ^ ]。



要了解如何在.NET中使用它,请参阅此CodeProject文章(已被Dylan Morley引用):一个新的.NET任务调度程序类库 [ ^ ]。



-SA
You could be better of using existing Windows Task Scheduler service.

Please see http://en.wikipedia.org/wiki/Windows_Task_Scheduler[^].

First, you can schedule events using command-line utilities AT.EXE or CSHTASKS.EXE (which is replacing AT.EXE), see:
http://en.wikipedia.org/wiki/At_%28Windows%29[^],
http://en.wikipedia.org/wiki/Schtasks[^],
http://technet.microsoft.com/en-us/library/bb490866.aspx[^],
http://msdn.microsoft.com/en-us/library/windows/desktop/bb736357%28v=vs.85%29.aspx[^].

And you also can use Window Task Scheduler API, please see:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383614%28v=vs.85%29.aspx[^],
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383608%28v=vs.85%29.aspx[^].

To see how can you use it with .NET, see this CodeProject article (already referenced by Dylan Morley): A New Task Scheduler Class Library for .NET[^].

—SA


这篇关于Vb.Net是否有任何Scheduler控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆