C#发现之旅 C#开发Windows Service程序 MyWindowsService.zip

时间:2014-02-13 03:28:19
【文件属性】:
文件名称:C#发现之旅 C#开发Windows Service程序 MyWindowsService.zip
文件大小:101KB
文件格式:ZIP
更新时间:2014-02-13 03:28:19
MyWindowsService,C#,Windows Service程序 C#发现之旅 C#开发Windows Service程序 该软件能监视指定目录下的文件和子目录的新增,修改,删除和重命名操作,并将操作日志记录到一个数据库中。 2. 该软件以Windows服务的形式运行,能监视不同的用户帐户的操作记录。 3. 有一个客户端软件能控制服务,并能查看服务的保存的监视记录。其用户界面为 http://www.cnblogs.com/xdesigner/archive/2009/04/06/1430301.html
【文件预览】:
MyWindowsService.pdb
frmClient.Designer.cs
bin
----Debug()
--------MyWindowsService.InstallLog(7KB)
dlgConfig.cs
MyServiceInstaller.cs
obj
----Debug()
--------MyWindowsService.pdb(54KB)
--------MyWindowsService.csproj.GenerateResource.Cache(908B)
--------MyWindowsService.exe(48KB)
--------MyWindowsService.Properties.Resources.resources(180B)
--------Refactor()
--------TempPE()
--------MyWindowsService.dlgConfig.resources(180B)
--------MyWindowsService.frmClient.resources(8KB)
----MyWindowsService.csproj.FileListAbsolute.txt(921B)
----MyWindowsService.csproj.FileList.txt(367B)
MyWindowsService.csproj
MyWindowsService.exe
Properties
----Resources.Designer.cs(3KB)
----Resources.resx(6KB)
----AssemblyInfo.cs(1KB)
Program.cs
MyWindowsService.InstallLog
MyWindowsService.vshost.exe
FileSystemWatcher.mdb
Util.cs
frmClient.cs
MyWindowsService.csproj.user
MyFileSystemWatcherService.cs
images
----renamed.bmp(822B)
----created.bmp(822B)
----changed.bmp(246B)
----deleted.bmp(246B)
----descript.ion(0B)
MyWindowsService.InstallState
MyConfig.cs
dlgConfig.resx
dlgConfig.Designer.cs
frmClient.resx

网友评论

  • 对winform服务的编写,还有一点的参考作用,谢谢!