-
48564436
易语言整点自动报时源码,应用程序编程源码,很好的参考资料。(Easy language to the whole point of automatic time source, application programming source code, a good reference.)
- 2013-10-18 20:03:29下载
- 积分:1
-
GridCtrl
很好用的表格控件源码,可以适用大部分需要用到表格控件的场景(Very Useful Form Control Source Code)
- 2019-05-16 10:46:58下载
- 积分:1
-
a UDP Multicast (multicast) example
一个UDP多播(组播)示例-a UDP Multicast (multicast) example
- 2023-04-23 07:25:03下载
- 积分:1
-
ario-registry
this book contain how to clean your registry
- 2009-11-01 12:10:47下载
- 积分:1
-
pcjvzli
此程序是用vc开发的,扫雷外挂,运行之后,可在帮助轻松扫雷(This program is developed with vc, mine plug-in, run, can help easy mine clearance)
- 2018-10-11 20:46:09下载
- 积分: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
-
使用CSocket建立ftp客户端,通过TCP连接进行文件传输
使用CSocket建立ftp客户端,通过TCP连接进行文件传输-Use CSocket to establish ftp client, through the TCP connection file transfer
- 2022-02-24 20:22:41下载
- 积分:1
-
利用ICMP原理做的一个测网速的小程序
专注于外网
通过输入一个IP 就可以得到网速...
利用ICMP原理做的一个测网速的小程序
专注于外网
通过输入一个IP 就可以得到网速-Principle of the use of ICMP to do a little speed test procedures have focused on the importation of a foreign IP network can be speed
- 2023-08-03 06:30:04下载
- 积分:1
-
VC_STK
c++与STKX组件集成,用MFC完成,主要包括创建场景,新建卫星(c++ components integrated with STKX)
- 2020-09-21 14:27:51下载
- 积分:1
-
局域网内利用messenger服务发送消息
局域网内利用messenger服务发送消息-LAN messenger service send a message to use
- 2022-01-30 14:24:32下载
- 积分:1