-
获得本地网卡信息
获得本地网卡信息-local LAN access to information
- 2022-02-15 01:54:24下载
- 积分:1
-
一个很好的磁盘清理程序的源码
一个很好的磁盘清理程序的源码-a good disk clean-up procedures FOSS
- 2022-03-19 20:43:28下载
- 积分:1
-
Windows Mobile编程起步
Windows Mobile编程起步 -Windows Mobile Programming started
- 2023-05-19 09:40:03下载
- 积分:1
-
使用winpcap非阻塞式抓取 需要winpcap 库
使用winpcap非阻塞式抓取 需要winpcap 库-use winpcap nonobstructive-crawls the need winpcap
- 2022-02-04 07:14:35下载
- 积分:1
-
这个是一个将如何利用C#产生随机密码字符串的代码,希望大家交流啊・...
这个是一个将如何利用C#产生随机密码字符串的代码,希望大家交流啊・-This is a how to use C# generate a random password string of code, hope that the exchange of ah
- 2023-04-18 19:25:03下载
- 积分:1
-
数据库数据传给Word
数据库数据传给Word-pass Word Database
- 2023-08-09 20:00:02下载
- 积分: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
-
use a browser control Delphi examples
一个使用Delphi控制浏览器的例子-use a browser control Delphi examples
- 2022-02-03 00:16:00下载
- 积分:1
-
vc++环境下获得鼠标所在控件的内容的小程序
vc++环境下获得鼠标所在控件的内容的小程序-Access to the contents of the mouse where the control applet
- 2023-03-17 16:55:05下载
- 积分:1
-
Mantis 中文用户手册,详细介绍Mantis使用方法
Mantis 中文用户手册,详细介绍Mantis使用方法-Mantis user manual
- 2022-05-09 04:49:45下载
- 积分:1