-
打开关闭光驱门
打开关闭光驱门-drive to open closed doors
- 2022-01-26 02:48:18下载
- 积分:1
-
windows平台上随机数发生和使用的程序
windows平台上随机数发生和使用的程序-windows platform random occurrence and the procedures used
- 2022-05-08 00:28:23下载
- 积分:1
-
这是一个学院管理系统
this is a college management system
- 2023-06-23 03:40:05下载
- 积分:1
-
ADI方案为2维热传导
应用背景这是2维传热传导方法的FORTRAN的ADI方案关键技术Fortran是一个最好的编码软件对这种仿真,这里使用的是2维热传导时间。
- 2023-01-17 20:25:04下载
- 积分:1
-
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。...
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。 -This code is similar to spy++, Can automatically lock the window to capture the region, with preservation of function.
- 2023-05-31 00:10:03下载
- 积分:1
-
想知道怎样产生程序序列号吗?这里有好的程序哦。很经典的。...
想知道怎样产生程序序列号吗?这里有好的程序哦。很经典的。-want to know how the procedures have serial numbers? Here there are good procedures oh. Very classic.
- 2022-01-26 02:13:24下载
- 积分:1
-
一个用于调试的简单类
一个用于调试的简单类-a debugger for the simple type
- 2022-03-22 17:40:52下载
- 积分:1
-
一个在windows打开对话框下边显示选中的图片文件预览的一个例子。...
一个在windows打开对话框下边显示选中的图片文件预览的一个例子。-Windows open a dialog box to select the picture below shows an example of a document preview.
- 2022-06-14 01:31:06下载
- 积分:1
-
消息循环重载实例:doevents,基于c++语言编写而成的,欢迎去下载下载...
消息循环重载实例:doevents,基于c++语言编写而成的,欢迎去下载下载-Examples of heavy news cycle: doevents, based on c++ language has been prepared by, and welcome to download to download! !
- 2022-04-08 18:02:17下载
- 积分: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