搜索资源列表
filewatchservicetest
- 使用FileSystemWatcher监控网络路径(包含源代码) 在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题: 1. 多次连续触发 (通过一个定时器来解决) 2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService)
xinwendang
- 本程序讲述在Visual c++.net下如何使应用程序启动时不自动创建新文档 ,代码注释详细。有需要的朋友可以下载看看!-This procedure described in Visual c . Net how to make the next application startup time is not automatically create a new document, code comment in detail. In need of a friend can down
qidongchengxu
- 基于Visual c++.net (VC.net) 的 如何在程序中启动程序 的小程序,代码注释详细,很适合初学者!有需要的朋友可以看看。-Based on Visual c . Net (VC.net) in the procedure of how to start a program of small procedures, the code notes in detail, it is suitable for beginners! In need of a friend can
ziyunxingchengxu
- 本程序基于Visual C++.net ,能实现 如何设置系统启动自运行程序 。代码均有注释。对初学者很有帮助!-This procedure based on the Visual C . Net, to realize how to set up a system to start running the program since. Code have the Notes. Very helpful for beginners!
Start
- 该代码是VC++2005下获取文件启动方式的源程序,稍加修改,大家就能用了。-The code is under the VC++2005 way to obtain the source file to start a little modification, we can use.
vb2010.speech
- vb2010开发语音朗读详细过程,可以作为入门教程。-1.启动Microsoft Visual Studio 2010 2.新建项目 3.Windows\Windows窗体应用程序 4.确定 5.项目\添加引用 6.Com\引用microsoft speech object library(我的版本号是5.4)\确定 7.在Public Class Form1前加Imports SpeechLib 8.在sub中加Dim spk As New SpeechLib.Sp