资源列表
SendMail
- This A Source Code of Send Mail Project
SE-Pediatrico
- it a program to some think ilke this
DataBase
- C#编程使用该库文件连接OLEDB,在编程环境中引用该库文件,就可操作数据库-OLEDB connect and operate DLL
LSAWrapper
- .Net Class which allows you to change the group policy for a given user account.
cbc
- CBC cryptor. CBC cryptor. -CBC cryptor. CBC cryptor. CBC cryptor. CBC cryptor.
Ras
- vb.netras拨号关键代码
SqlDataOperator
- 数据库操作类,封装了典型的数据库操作方法-Database operations, a package of typical database operation method
DaqTask2
- Measurement studio - NI DAQ data acquisition internal clock continuous.
CSharpCallCPPDLLExample
- c#调用dll范例,封装kernel32加载dll及获取调用方法指针的操作,在cSharp中方便使用。-c# dll example is called
Asp.NetFunctionCollection
- 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime() 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now 1.2 取当前年 int 年=currentTime.Year 1.3 取当前月 int 月=currentTime.Month 1.4 取当前日 int 日=currentTime.Day 1.5 取当前时 i
FRMADDSP
- this store app, it may apply for all kinds of sales type-this is store app, it may apply for all kinds of sales type
PrintPreviewControlEx
- 扩展了 System.Windows.Forms.PrintPreviewControl 控件。 采用 Reflection 技术,彻底重写了该控件的打印控制过程。 主要为了实现以下功能: 1 隐藏了挺讨人厌的进程窗口。如果打印过程比较短,这个窗口一闪而过,实在不专业。但打印过程较长时,这个窗口是有用的。 2 可以获取打印结果的图形文件(MetaFile) 3 可以获取打印结果的总页数 另外,初学者通过此源代码,了解到 .Net 程序的元数据原理,以及强大到无所不能