-
DA 10位DA转换程序 ,用C++开发平台来设计的一个简单程序
DA 10位DA转换程序 ,用C++开发平台来设计的一个简单程序-DA 10 bit DA conversion process, using C++ Development platform to design a simple procedure
- 2022-08-17 23:45:29下载
- 积分:1
-
一本很好的WINDOWS DRIVER的书
一本很好的WINDOWS DRIVER的书-A very good book WINDOWS DRIVER
- 2022-10-26 10:35:03下载
- 积分:1
-
全国交通模拟系统
全国交通模拟系统-National Traffic Simulation System
- 2023-01-28 16:25:03下载
- 积分:1
-
C#连接OPC服务器
用winfrom做的连接OPC服务器的小程序,可以用于组态软件数据采集,开发环境:VS2010
- 2022-06-21 06:25:42下载
- 积分:1
-
自行设计的一个虚拟机
自行设计的一个虚拟机-design of a virtual machine
- 2022-02-05 13:39:42下载
- 积分:1
-
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具....
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具.-can be restored ODBC data sources of the driver, Tools system is repaired. SQL2000 data sources repair tools.
- 2022-03-01 01:36:16下载
- 积分:1
-
Accounts management software: financial accounts for the specific management
账目管理软件:用于对具体财务账目进行管理-Accounts management software: financial accounts for the specific management
- 2022-01-26 00:43:50下载
- 积分:1
-
edit编辑框的使用!!列举了程序实现编辑框的几个主要功能
edit编辑框的使用!!列举了程序实现编辑框的几个主要功能-edit the use of edit box!! listed procedures realize edit box several major functional
- 2023-05-03 22:40:03下载
- 积分: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
-
VB拷贝文件的例子(api)
VB拷贝文件的例子(api)-VB copy files example (api)
- 2023-02-03 09:40:03下载
- 积分:1