-
这一代码发送电子邮件的附件很容易。
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
-
自己写的绘制wav波形码的Code。
至于放大等特殊需求没有包含在内。
需要各位自己来了。...
自己写的绘制wav波形码的Code。
至于放大等特殊需求没有包含在内。
需要各位自己来了。-Wav to write their own rendering code waveform Code. As for the special needs, such as not to enlarge included. Need your own come.
- 2022-02-03 11:32:39下载
- 积分:1
-
完整的图像镜像效果的例子,可以参考
完整的图像镜像效果的例子,可以参考-complete mirror image effect example, they can refer to
- 2023-03-18 18:00:04下载
- 积分:1
-
simple RSS reader, a very handy, you can try
简易的RSS阅读器,非常好用,你可以-simple RSS reader, a very handy, you can try
- 2023-06-21 23:35:03下载
- 积分:1
-
网络界面控件,很实用,很好的控制,很好的哦,很容易…
web界面的控件,非常实用,的控件,非常好用的哦,非常好用哦-web interface controls, very practical, control, very nice Oh, oh, very easy to use
- 2023-04-08 13:45:03下载
- 积分:1
-
Using VC to start word, and can control the output, use of Microsoft
用VC来启动word,并可以控制输出,利用了微软的com接口-Using VC to start word, and can control the output, use of Microsoft
- 2022-03-24 23:56:22下载
- 积分:1
-
UDP Send and Recieve File
- 2022-12-17 10:20:03下载
- 积分:1
-
Weekday星期计算程序源代码
资源描述输入年/月/日,计算得出该日的星期数
- 2022-03-20 16:57:17下载
- 积分:1
-
一个简单的画图工具的源代码,可以画的图有直线、曲线、圆、椭圆...
一个简单的画图工具的源代码,可以画的图有直线、曲线、圆、椭圆-a simple drawing tools to the source code, can be painted with the map straight, curve, circle, oval, etc.
- 2022-03-07 04:22:49下载
- 积分:1
-
实时录音并显示波形
实时录音并显示波形-Real-time recording and display the waveform
- 2022-03-18 15:03:45下载
- 积分:1