-
非常好用的邮件客户端
VC++编程实现收发电子邮件,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。
- 2022-08-17 06:23:27下载
- 积分:1
-
with vb prepared by the compiler to achieve identified the poor state of automat...
用vb编写的编译器 用以实现确定有穷自动机中状态对的转换-with vb prepared by the compiler to achieve identified the poor state of automatic machines for the conversion
- 2022-02-05 08:43:41下载
- 积分:1
-
样本类实现读/写registrity。
Sample class to implement read/write registrity.
Represents values as array:
MyIntVar := MyReg.IntVal[ Value 1 ]
MyStrVar := MyReg.StrVal[ Value 2 ]
-Sample class to implement read/write registrity.
Represents values as array:
MyIntVar := MyReg.IntVal[ Value 1 ]
MyStrVar := MyReg.StrVal[ Value 2 ]
- 2022-03-05 02:58:14下载
- 积分:1
-
Mutlithread database ac
Mutlithread database ac
- 2022-06-27 20:53:26下载
- 积分:1
-
这是一个射击游戏的源代码,是在vc环境下的源代码。
这是一个射击游戏的源代码,是在vc环境下的源代码。-This is a shooting game"s source code, vc environment in the source code.
- 2023-09-05 17:20:04下载
- 积分:1
-
基于对话框编程,实现窗体的万花筒的效果,改善界面美观
基于对话框编程,实现窗体的万花筒的效果,改善界面美观-Dialog based programming, a kaleidoscope of forms results in improving the interface, beautiful
- 2022-12-12 21:45:03下载
- 积分:1
-
Customize the String class
Customize the String cla-Customize the String class
- 2023-08-27 00:25:04下载
- 积分:1
-
Windows Mobile plug
Windows Mobile下的今日插件和安装程序演示-Windows Mobile plug-ins and today under the Setup Demo
- 2022-03-24 01:45:01下载
- 积分:1
-
TSR 驻留程序的演示
TSR 驻留程序的演示
TSR 驻留程序的演示
TSR 驻留程序的演示 -TSR program demonstrates the presence of
- 2022-04-26 22:00:25下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1