-
Windows Mobile7 UX Customization Overview
Windows Mobile7 UX Customization Overview
- 2022-03-19 13:08:30下载
- 积分: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
-
网络聊天程序源代码
网络聊天程序源代码-Internet chat program source code
- 2022-01-26 16:23:48下载
- 积分:1
-
CE 6.0平台使用酷派风格列表控件的例子
CE 6.0平台使用酷派风格列表控件的例子-CE 6.0 platform, using the example of Cool-style list control
- 2022-12-06 22:00:03下载
- 积分:1
-
SqlHelp is a type of database operations, all the methods are all static, can be...
SqlHelp是一个数据库操作类,所有方法全为静态,直接使用即可。减少了程序员重复写与数据库操作相关的一些工作量。是一个不错的帮助工具。-SqlHelp is a type of database operations, all the methods are all static, can be directly used. Reduced duplication of programmers and database operations related to write some of the workload. Is a good tool to help.
- 2023-01-10 08:10:03下载
- 积分:1
-
ISO 14229
Road vehicles ― Unified diagnostic
services
ISO 14229
Road vehicles ― Unified diagnostic
services
- 2022-03-05 16:54:54下载
- 积分:1
-
Transformation of the AD
有关AD变换相关的程序,用C编写,并且进行了相关调试。-Transformation of the AD-related procedures, prepared by C and were related to debugging.
- 2022-12-12 08:05:03下载
- 积分:1
-
CHtmlView访问文件内部资源与innerHTML演示
CHtmlView访问文件内部资源与innerHTML演示-document internal resources and innerHTML demo
- 2022-05-09 01:36:37下载
- 积分:1
-
a multi
一个JAVA实现的多图片广告展示的小程序。可用来实现多张图片的展示。-a multi-picture display of a small advertising procedures. Can be used to achieve more pictures in the display.
- 2022-06-18 02:19:09下载
- 积分:1
-
simuladro de robots moviles con obstacules
simuladro de robots moviles con obstacules
- 2022-10-31 14:20:02下载
- 积分:1