-
Himself wrote the first MFC procedures, performance management function is to ac...
自己写的第一个MFC程序,功能是成绩管理,
实现文件写入与存储,成绩的排序,学生的搜索。-Himself wrote the first MFC procedures, performance management function is to achieve a document written with the storage, sorting results, the students of english.
- 2022-10-30 23:50:02下载
- 积分:1
-
第47章 运行后自销毁的程序 适合广大爱好vc的朋友,有一定的参考价值...
第47章 运行后自销毁的程序 适合广大爱好vc的朋友,有一定的参考价值-Chapter 47 after running from the destruction of the procedures for vc-loving friend, a certain reference value
- 2022-06-21 05:14:08下载
- 积分:1
-
在Visual C++中实现点对点文件传输系统
在Visual C++中实现点对点文件传输系统-realise peer-to-peer file transform system in Visulal C++
- 2022-05-04 22:18:44下载
- 积分:1
-
Winsock2.0的巨详细的帮助文档
Winsock2.0的巨详细的帮助文档 -Winsock2.0 giant detailed help files
- 2022-01-20 23:08:44下载
- 积分:1
-
多彩游戏平台源代码,基于p2p的语音视频游戏平台,个人收藏,网上无法下载的,希望给需要的朋友带来一些方便...
多彩游戏平台源代码,基于p2p的语音视频游戏平台,个人收藏,网上无法下载的,希望给需要的朋友带来一些方便-Colorful game platform source code, based on p2p voice video game platforms, personal collection, on-line can not be downloaded, and I hope to bring some convenience of a friend in need
- 2022-03-10 10:38:24下载
- 积分:1
-
XP style tab, XP style tab, XP style tab
XP style tab, XP style tab, XP style tab-XP style tab
- 2022-04-19 04:34:07下载
- 积分:1
-
该计算器用于计算大学成绩加权分,专业平均分,以及各学期的加权成绩...
该计算器用于计算大学成绩加权分,专业平均分,以及各学期的加权成绩-The calculator is used to calculate the weighted sub-college grades, professional average score, as well as the weighting term results
- 2023-08-11 22:30:08下载
- 积分:1
-
各种排序法的比较:利用数据结构各种算法,实现的算法比较,C++版...
各种排序法的比较:利用数据结构各种算法,实现的算法比较,C++版-Comparisons of different sorting methods :use
different algorithms in data structure to compare
their efficiency .
- 2022-03-16 00:53:13下载
- 积分:1
-
- 2022-03-13 02:03:54下载
- 积分: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