-
一个用vc实现的overlapped的实例
一个用vc实现的overlapped的实例-with a vc realized overlapped examples
- 2022-06-18 20:13:22下载
- 积分:1
-
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
-
WebBrowser中元素赋值与模拟点击,实现模拟输入表单,并提交表单
WebBrowser模拟操作功能实现
- 2012-12-30下载
- 积分:1
-
mfc
mfc进度条,实现多个进度显示!很有帮助,帮助了解多个进度条的显示,(mfc progress bar, to achieve more progress display,)
- 2013-11-07 21:37:27下载
- 积分:1
-
RDADCP_dec05v0
方便好用的声学多普勒海流剖面仪(ADCP)海流数据Matlab处理程序。程序文件头信息有详细的使用说明。( ADCP=RDRADCP(NAME) reads the raw binary RDI BB/Workhorse ADCP file NAME and
puts all the relevant configuration and measured data into a data structure
ADCP (which is self-explanatory). This program is designed for handling data
recorded by moored instruments (primarily Workhorse-type but can also read
Broadband) and then downloaded post-deployment.)
- 2021-05-07 03:28:37下载
- 积分:1
-
HZModel
LabVIEW编写的字模显示工具,可以直观地表示汉字。(Written in LabVIEW font display tools, you can visually express Chinese characters.)
- 2009-09-21 21:32:14下载
- 积分:1
-
bvhplay-1.00-sourcecode.tar
sourcecode.tar. that is a player for bvh mocap by bvhplay.the file is bvhplay-1.00-sourcecode.tar. that is a player for bvh mocap by bvhplay.(the file is bvhplay-1.00-sourcecode.tar. that is a player for bvh mocap by bvhplay.the file is bvhplay-1.00-sourcecode.tar. that is a player for bvh mocap by bvhplay.)
- 2014-01-06 23:13:08下载
- 积分:1
-
tornado-master
python tornado web开源框架最新版3.3
facebook用的哦(The latest version 3.3 of open source framework tornado)
- 2014-02-28 10:03:39下载
- 积分:1
-
C#做的 IIS多站点管理 附项目完整源码
可以创建并获取IIS站点,以及常用的iis操作
- 2013-11-01下载
- 积分:1
-
C#调用USB接口斑马打印机
C# winform 通过USB 条用 斑马打印机(C# winform call Zebra printer by USB)
- 2020-12-01 20:19:27下载
- 积分:1