搜索资源列表
csharpmail
- 完整版的C#邮件收发系统,含一个POP3邮件接收程序和一个邮件发送程序,程序可以生成EXE安装文件,在VS2005下编译通过,测试时记得POP3接收邮件的端口号为110,smtp发送的端口为25,注意不要设错了,否则连不上邮件服务器。-The full version of C# e-mail sending and receiving systems, including a POP3 e-mail to receive an e-mail programs and send the prog
BCC
- 可以自动生成BCC校验码,经检验程序无错-BCC check can be automatically generated code, error-free by the testing procedures
Codematic_Source
- 一个能自动生成CSharp增删改等代码的代码生成工具-CSharp an automatically generated code, such as additions and deletions to the code generation tools
Windowsservice
- 1 在Service 的path下指定监控路径 类名fileSystemWatcher1 2 生成解决方案 执行vc.net命令提示 安装服务:在可执行文件(假如为aa.exe)目录下键入installutil aa.exe 删除服务:在可执行文件(假如为aa.exe)目录下键入installutil aa.exe /u 3 启动Service服务 4 现在就可以实现监控了.-1 in the path of Service to monitor th
Epass1KWin32(Current)
- 0,本程序适用于飞天诚信公司的安全锁ePass1000 1,本程序的功能 在.NET环境下,对ePass1000进行操作,包括读锁内信息,向锁内写入相关信息,验证密码,改密码等等, 还有部分对数据库的操作。 2, 运行环境:.NET framework 2.0; 3,运行之前,必须安装ePass1000的驱动程序“eps1k_full.exe”, 在目录“ePass1000 Windows 环境下私有接口的完整开发包(PRI)eps1k_pri_fullpkg
myWeather
- C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致
ImageBlowUp
- C#实现图像局部放大功能,图片放大功能,局部的放大图片,内含生成的EXE文件,自己运行一下看效果。-C# implementation of the image enlarged, pictures, zoom function, the partial magnified images, containing the generated EXE files, running to see results.
CSharpexe-lpk
- 总体下来,能查杀exe文件夹病毒文件,但无法清除它在c:\F10S 目录下的 ctfmon.exe 与 svchost.exe 和它生成的启动组的快捷方式。 由于条件的限制,我也乏天回术。它将自己的句柄写入到 系统关键的进程 winlogon 中。 源码中有个UnLocker的类、本来想清掉它的句柄删除文件,但是发生个很无奈的 0xC0000005(STATUS_ACCESS_VIOLATION)错误。最后我很无耻的放弃了。 另外 附加 LPK查杀。基本上它创建的服务,打开的进
mataqipan
- 自己编写C程序实现马踏棋盘的算法,C程序编译连接生成的可执行文件命名为horse.exe-C program to write your own horse riding chessboard algorithm C program is compiled link the resulting executable file named horse.exe
odbcyanshi
- VC.NET源码:ODBC数据库操作演示,ODBC连接数据库并演示一些简单的数据库操作,显示上一条、下一条、增加记录和删除记录、查询记录、SQL记录等简单操作,测试时请注意,请所Access数据库放在所生成的EXE同级目录内。-VC.NET Source: ODBC database operations demo, ODBC to connect to the database and demonstrates some simple database operations, one on t
nc
- 程序说明了在vs编译环境下,两个c文件生成一个exe文件过程。-The procedures explain vs compiler environment , two c files can generate an exe file process
netindex
- 使用C#程序代码编写检索局域网计算机的程序,列出工作组中所有计算机,测试前请重新运行项目文件生成EXE文件。本程序检索工作组计算机时需要一段时间,请确保在检索前您已经连接好工作组,否则程序可能假死。-C# program code writing retrieval LAN computer program that lists all computers in the work group, before the test re-run the project file generated E
TrasformAnalyse
- C#利用Trasform分析数据,本例的数据库采用的是Access,已存在于Bin目录中,您只重新编译生成EXE文件,然后直接运行查看效果即可。本例主要是针对数据库语法中的Trasform而写的,使用Trasform来分析数据的实例,交叉表统计还有一些dataGridView的操作-C# use of Trasform analyzing the data, the database using Access, already exists in the Bin directory, you
PrintFormData
- visual C#打印预览演示Demo,编译源代码生成EXE后,直接运行Bin目录中的EXE,在窗体的输入框中填写对应的数据,点击打印按钮,直接进入打印预览状态,再次确认打印后就可交窗体上的所有文字内容打印出来,以往都是指定打印正文区,但现在是打印窗体中的文字,二者稍微有些区别-visual C# print preview demo Demo, EXE after compiling the source code generation, run directly in the Bin dir
matchmanagementsystem
- 在vs2010下用c#编写的赛事管理系统,access数据库,有源代码和生成的exe文件-In vs2010 c# prepared using event management systems, access database, source code and the generated exe file
TrasformAnalyse
- C#基于Trasform分析数据程序源码下载,本例的数据库采用的是Access,已存在于Bin目录中,您只重新编译生成EXE文件,然后直接运行查看效果即可。本例主要是针对数据库语法中的Trasform而写的,使用Trasform来分析数据的实例,交叉表统计还有一些dataGridView的操作。 ,作者版权所有,仅供学习与参考。-C# download the source program based on the Trasform analysis data, the database i
hicode
- 使用VC++的窗体融合技术制作一个复杂窗体,在窗体的左侧生成一个可关闭的复合窗口,在开发一些综合性软件中,这种界面使用广泛,在Windows中也可见一类似窗口。借此源码你可练习一下VC的窗体融合技术,在VC6.0下打开源码直接编译可生成EXE运行文件。-Use VC++ form fusion technology to produce a complex form, to generate a closed window on the left side of the form complex
mfcnewyear
- VC++ MFC编程实例源码-祝大家新年好,第一个MFC程序,不是程序的程序,等同于HelloWorld。运行效果如上图所示,有vc++6.0环境的请重新编译源码即可生成exe。-VC++ MFC programming source code examples- I wish you all a Happy New Year, the program first MFC program, not a program, equivalent to the HelloWorld. Operatin
DynamicIcon
- C#在系统托盘处添加一个类似QQ消息的闪烁图标,您只需编译生成exe文件,所需的ICO图标在Bin目录下。运行后如截图所示,选择菜单中的“Start”图标,即可在系统托盘处显示图标,并且是动态闪烁的图标,就像是QQ发来消息一样的效果。程序用到计时器的部分原理,同时载入两个图标,只要timer1被启动,则在两个图标之间不断进行选择变换,实现动画效果-C# añ ade un mensaje QQ icono de la bandeja del sistema parpadea simila
系统盘硬盘序列号查看器
- 生成exe文件,查看当前电脑的硬盘序列号(Generate EXE file to view the serial number of the current computer's hard disk)
