-
这一代码发送电子邮件的附件很容易。
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
-
Btree
B树
- 2022-03-18 05:22:23下载
- 积分:1
-
VC++串口操作类
vc++的串口操作类示例,是学习串口操作的好例子。AT文件夹下是Modem命令集文件,在Modem检测功能中使用。
该程序有两个可以重用的类文件,串口通讯类文件superSP.cpp, superSP.h;文件操作类文件fileCtrl.cpp, fileCtrl.h。
- 2022-03-24 00:44:05下载
- 积分:1
-
can easily grasp as an icon of procedures and show up can be saved
可以轻轻松松抓任一程序的图标并显示出来,可以保存-can easily grasp as an icon of procedures and show up can be saved
- 2023-03-02 23:10:03下载
- 积分:1
-
Cplex优化程序 Tsp
旅行商问题(TSP)询问以下问题:由于城市和每对城市之间的距离的名单,什么是访问每个城市恰好一次,并返回到出发城市的最短路线?它是组合优化的NP难问题,在运营研究和理论计算机科学的重要。
- 2022-07-27 17:45:24下载
- 积分:1
-
XP OFFICE菜单风格的原代码,很酷,使用也很方 便
XP OFFICE菜单风格的原代码,很酷,使用也很方 便-OFFICE XP menu style of the original code, cool, very convenient to use
- 2022-08-20 06:00:05下载
- 积分:1
-
红外IR的通信协议 需要的朋友下
红外IR的通信协议 需要的朋友下-IR infrared communication protocol needs of Friend
- 2022-09-20 02:25:02下载
- 积分:1
-
This book would not have introduced, I believe many people have heard so much ab...
这本书就不用介绍了,相信很多人都对它久闻大名。这是第三版第一卷中文版。字体非常清晰,适合收藏。我搜了一下本站里也有,但从大小上判断应该不会有这个质量好。-This book would not have introduced, I believe many people have heard so much about it daimyo. This is the third edition of the first volume in Chinese. The font is very clear, suitable for collection. Site where I found a bit there, but the size of the judgments should not have this quality.
- 2023-02-16 00:05:13下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
Pansharp融合方法matlab实现
本代码基于Matlab,实现对遥感全色和多光谱影像的融合。Pansharp分类方法是目前效果相对较好的针对高分遥感影像的分类方法,本代码在Matlab中可成功运行并使用。
- 2022-04-28 17:26:51下载
- 积分:1