-
一个怎样使Ctrl+Alt+Del按键组合失效的方法的例子 其实现方法简单,有效,很值得借鉴...
一个怎样使Ctrl+Alt+Del按键组合失效的方法的例子 其实现方法简单,有效,很值得借鉴-Disable Ctrl+ALT+Del keys
- 2023-04-09 06:25:03下载
- 积分:1
-
基于C# winform的音乐播放器
这是一个自己编写的基于C#的Winform的一个音乐播放器小软件,可以实现基本的播放功能,添加歌曲,循环播放,单曲循环,列表播放等等。简单实用,方便快捷。
- 2022-01-22 15:24:46下载
- 积分:1
-
直角坐标系转换为极坐标系,极坐标系转换为直角坐标系
直角坐标系转换为极坐标系,极坐标系转换为直角坐标系-Cartesian coordinate system is converted to polar coordinates, polar coordinates into Cartesian coordinates
- 2022-01-25 20:51:59下载
- 积分:1
-
节面属性计算器在 excel
此 excel 工作表计算矩形截面如跨地区节的几何中心,这两个方向转动惯量节属性 x、 y
- 2022-02-01 20:11:03下载
- 积分:1
-
用户投诉系统代码,系统(使用vb+sql)可以实现对用户投诉的一些数据管理...
用户投诉系统代码,系统(使用vb+sql)可以实现对用户投诉的一些数据管理 -complaint system code, the system (using vb sql) can be achieved on some of the complaints users data management
- 2022-04-22 12:13:53下载
- 积分:1
-
researched agreement Application
SMPT 协议应用 实例-researched agreement Application
- 2023-05-30 18:15:03下载
- 积分:1
-
Matlab源码例子
Matlab源码例子-Examples of MATLAB original codes.rar
- 2022-05-07 16:42:22下载
- 积分: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
-
SMTP 示例程式
SMTP 示例程式-SMTP example programs
- 2023-03-29 19:40:03下载
- 积分:1
-
WindowsCE.net in the SBC
WindowsCE.net在SBC-2410X上的安装指南.比较详细的写出了如何定制烧写的步骤-WindowsCE.net in the SBC-2410X on the Installation Guide. More detail how to write a custom programmer steps
- 2022-05-21 23:04:39下载
- 积分:1