我是VC++ .net编程的新手。请帮我解决如何在windows服务VC++ .net代码中使用System.Threading.Timer。我尝试使用form.timer和system.timer类,但结果发现这是一个已知的windows错误,并且不能可靠地工作。我无法使用system.threading.timers。请举个例子。
Nitin
发布于 2009-08-10 11:31:11
正如AndrewS提到的,MSDN通常有很好的入门级示例。您可以签出this并向下滚动到Visual C++部分下的Examples部分,以查看System.Threading.Timer示例。
https://stackoverflow.com/questions/1254253
复制相似问题