-
MiniHex is an open source, compact and practical hexadecimal editor.
MiniHex是一款开放源代码的、小巧而实用的十六进制编辑器。-MiniHex is an open source, compact and practical hexadecimal editor.
- 2022-02-24 16:09:57下载
- 积分:1
-
基于libVLC的ActiveX RTSP实时流媒体播放器源码 支持录像
网页实时视频播放器源码(VS2005工程),支持rtsp,http,等多种流媒体协议,支持录像,截图,暂停,所有功能带有网页demo
- 2022-03-07 10:08:32下载
- 积分:1
-
slr(1),设计文档,希望对有些人帮助
slr(1),设计文档,希望对有些人帮助-slr (1), design documents, hoping for some people to help
- 2023-02-08 06:30:04下载
- 积分:1
-
WPF DataGrid表格示例
用一个界面展示了DataGrid表格应用以及与TreeView等控件的数据关联的功能,该数据使用动态数据库技术,简单实用对于初学者比较适用
- 2022-06-30 11:36:36下载
- 积分:1
-
抓图程序, 保存当前桌面,保存能为位图格式。1241432243
抓图程序, 保存当前桌面,保存能为位图格式。1241432243-Previously procedure, preserving current desktop, the depositary for bitmap format. 1241432243
- 2022-07-18 02:24:17下载
- 积分:1
-
Sales management system.. that includes complete sales functions and track accou...
Sales management system.. that includes complete sales functions and track account recievables by each customer.
- 2022-08-26 07:32:03下载
- 积分:1
-
自己VC6.0下做的关于在WINDOWS下图形编辑的程序,可以做监控界面,对做此项工作的朋友会有帮助...
自己VC6.0下做的关于在WINDOWS下图形编辑的程序,可以做监控界面,对做此项工作的朋友会有帮助-Under VC6.0 do their own in the graphics editor under WINDOWS procedures can be done to monitor the interface for doing this work will help a friend
- 2022-02-25 10:43:35下载
- 积分:1
-
Generating a sine wave by a recursive digital resonator
Generating a sine wave by a recursive digital resonator
- 2022-06-16 17:26:34下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 niControls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
- 2022-01-26 07:38:06下载
- 积分:1
-
婚姻匹配器
采用MFC 框架更加某种规则实现最佳婚姻配对 (中兴程序大赛作品) 基于单文档的应用程序 学习MFC的童鞋可以下载看看
- 2022-03-19 08:32:54下载
- 积分:1