-
SendToCS
This is 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<String^>
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 ni<OrderPanel->Controls->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")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
跨平台的最轻量级socket的c++库,支持windows,linux,solaris
跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
- 2023-01-08 02:25:02下载
- 积分:1
-
DCOM version of the remote computer desktop management, DCOM version of the remo...
DCOM版远程计算机桌面管理,DCOM版远程计算机桌面管理-DCOM version of the remote computer desktop management, DCOM version of the remote computer desktop management
- 2023-05-09 04:05:04下载
- 积分:1
-
190327
设置一次密码,即可使用。支持开机启动,支持无操作锁定。
附带注册机源代码。(Set a password once, you can use it. Support boot start, support no operation lock.
Include the source code of registry machine.)
- 2020-06-18 13:00:01下载
- 积分:1
-
smtp
实现网络抓包 与相关的功能 显示网卡 并且采用state模式编写-smtp
- 2023-06-01 08:30:03下载
- 积分:1
-
KeyguardViewProperties
Simple inflate/deflate test, taken from the reference docs for the Inflater/Deflater classes.
- 2014-02-27 15:59:08下载
- 积分:1
-
CLOCK
以实例为背景学习基于MFC的WINDOWS应用程序设计,编写一个模拟时钟程序,此程序在屏幕左边有一个指针式钟面,右方有两个矩形框,上面以数字方式显示日期和时间,该时间应与指针显示的时间一致,下方的矩形框作为秒表。用菜单选项或按钮设置时间和秒表。时间不必与机器系统时间相同,可任意设置。(Background-instance learning WINDOWS MFC-based application design, the preparation of an analog clock program, this program has a pointer on the screen on the left clock face, on the right there are two rectangular box, above digitally display the date and time, which should be consistent with the pointer display time, and the lower rectangular box as a stopwatch. With a menu option or button to set the time and stopwatch. Time Machine does not have the same system time can be set arbitrarily.)
- 2013-10-17 15:52:11下载
- 积分:1
-
网站首页设计时的友情链接,方便用户登陆本网站的友情网站.可以增加网站的浏览量.扩大宣传面...
网站首页设计时的友情链接,方便用户登陆本网站的友情网站.可以增加网站的浏览量.扩大宣传面-Home Design Links at the convenience of users log on to the website of friendship site. Increase website hits. To expand the outreach
- 2022-05-16 20:54:31下载
- 积分:1
-
EffectiveCPP
Effctive C++,一本不错的书,值得一看(Effctive C++, a good book, worth a visit)
- 2012-11-10 10:27:38下载
- 积分:1
-
uab-2.2
Updater Application Block自动更新实施方案,基于windows的 UAB实现。(Updater Application Block )
- 2016-08-19 10:44:59下载
- 积分:1