-
这一代码发送电子邮件的附件很容易。
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
-
一个帮朋友写的小工具,主要实现切换置顶窗体的功能
一个帮朋友写的小工具,主要实现切换置顶窗体的功能-for a friend wrote a small tool to achieve the main switching function set-top windows
- 2022-08-06 13:03:22下载
- 积分:1
-
VB源码窗口变化控件跟随变化
VB源码窗口变化控件跟随变化,当窗口大小发生变化时,控件的位置始终固定在右上角,或是右下角,
右上角的大小不变,但是右下角的大小会变化。
- 2022-04-27 16:23:01下载
- 积分:1
-
VIP programing refrence
VIP programing refrence
- 2022-01-31 23:02:27下载
- 积分:1
-
NT/2000/Win9X远程命令服务器
Remote Command Server for NT/2000/WIN9x -Remote control any NT/2000 server or WIN9x computer via command line with Remote Command Server. This server utility is a must have tool kit for programmers, systems administrators or any serious end-user. Remote Command Server (RCS) extends the NT/2000 command console to any computer on your network. Use your favorite vt100 ANSI terminal or just Telnet to shutdown, reboot, manage files, execute programs and start and stop services. I have personally found RCS valuable to facilitate remote task management and scheduling. RCS comes equipped with a wealth of features and supports both Linux and DOS style commands. The Visual Studio C++ 6 Project is equipped with a free version of VSOCK in source code.
- 2022-05-30 11:35:59下载
- 积分:1
-
HOTEL MANAGEMENT software for managing day
HOTEL MANAGEMENT software for managing day-to-day activities of hotel including bar,gym etc.
- 2022-01-26 00:14:40下载
- 积分:1
-
"WH Random Gen.rar" is uniform and gaussian random number generator based on the...
"WH Random Gen.rar" is uniform and gaussian random number generator based on the Wichmann-Hill number generator.
- 2022-07-08 05:24:18下载
- 积分:1
-
取硬盘物理序列号
取硬盘物理序列号-drive from the physical sequence,
- 2022-07-16 12:38:23下载
- 积分:1
-
a submerged platform equipment under the usb driver with embdedc 4. 0 developmen...
一个基于wince潜入式平台的设备下的usb的驱动程序,用embdedc++4。0开发的,对于初学wince的人来说有参考利用的价值,类似于windows编程的代码风格-a submerged platform equipment under the usb driver with embdedc 4. 0 development, the weights for beginners who are using the reference value, similar to windows programming code style.
- 2022-08-18 10:17:09下载
- 积分:1
-
matlab JPEG2000压缩
统图像编码采用离散余弦变换(DCT)技术,可以较好地去除图像信息的统计冗余,具有良好的实时性和块操作与运动估计的匹配性。目前该技术日臻成熟,形成了JPEG、MPEG等国际标准。但是由于DCT变换过程采用分块技术,在高压缩比条件下容易导致方块效应,严重影响主观质量。而且DCT不适合带宽较宽(拥有较多边缘轮廓信息)的图像信号。于是人们将目光转向小波变换。
传统的卷积小波变换是一种不受带宽约束的图像处理方法,支持多分辨率、多码率传输方案,而且不对图像进行分块,避免了DCT变换的方块效应。但是,采用卷积运算方法,过程复杂,运算量大,实时性不好,不利于硬件的实现。而基于JPEG2000标准推荐的提升小波变换,采用9/7、5 /3滤波器组对分解的图像进行提升运算,不但继承了传统小波变换的优点,而且实时性好、运算简单、易于硬件实现。
- 2022-08-25 10:07:16下载
- 积分:1