-
VB 网络校时的功能是与网络实现校时,与网络同步.
VB 网络校时的功能是与网络实现校时,与网络同步.-VB CyberSchoolBus functions are and when they realize school network, and network synchronization.
- 2023-03-18 23:45:03下载
- 积分:1
-
寻找多项式的所有根
应用背景包含了一组可用于估计所有的根(实和复)的多项式。如果找不到根,可以返回假。取决于:stddefines ; ; ;-标准的定义和功能关键技术它使用拉盖尔方法估计根随着抛光根。一个n阶多项式有n根。如果找不到根,可以返回假。用在C中借用的代码的代码。
- 2022-01-26 04:06:28下载
- 积分:1
-
基于mapX控件,用VB开发的GIS交通网络系统
基于mapX控件,用VB开发的GIS交通网络系统-MapX-based controls, using VB to develop the transport network of the GIS system
- 2022-04-29 10:02:23下载
- 积分:1
-
将Access导出成多种数据格式
将Access导出成多种数据格式-Access to export data into a variety of formats
- 2022-07-28 16:02:22下载
- 积分:1
-
calculator
- 2022-05-26 19:31:28下载
- 积分:1
-
VB database management
VB对数据库的管理-VB database management
- 2022-01-25 15:17:29下载
- 积分:1
-
Drag And Drop Files into Datawindow
Drag And Drop Files into Datawindow
- 2022-02-14 19:33:15下载
- 积分:1
-
Very good tree control, the use of XML, XSL, JS prepared.
非常好的树形控件,使用XML,XSL,JS编写。
-Very good tree control, the use of XML, XSL, JS prepared.
- 2022-03-19 07:41:28下载
- 积分: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
-
此示例演示如何使用CList <;>;模板。该示例创建一个分类。
This sample shows how to use the CList template. The sample creates a class called CPlayer, and instantiates a few objects.
- 2022-08-14 07:58:58下载
- 积分:1