-
VC++经典小游戏源代码
其中包括6个小游戏,分别是扫雷、俄罗斯方块、拼图、贪食蛇、推箱子和连连看。开发工具是VC++ 6.0
- 2022-08-24 17:18:51下载
- 积分:1
-
TEMIC系列射频卡开发指南,TEMIC系列射频卡产品包括E5550、E5560卡和U2270B基站芯片...
TEMIC系列射频卡开发指南,TEMIC系列射频卡产品包括E5550、E5560卡和U2270B基站芯片-TEMIC Series Guide to the development of radio frequency card, TEMIC Series RF card products including E5550, E5560 card and base station chip U2270B
- 2022-01-25 19:08:59下载
- 积分:1
-
艺术文字输入
艺术文字输入
- 2022-05-06 22:37:29下载
- 积分:1
-
dbxoda control for using oracle with bcb6/7
dbxoda control for using oracle with bcb6/7
- 2022-01-23 10:52:59下载
- 积分: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
-
This is program to make simple database using Visual basic 6.0 that can view, ad...
This is program to make simple database using Visual basic 6.0 that can view, add, delete and update databases.
- 2022-08-13 16:34:25下载
- 积分:1
-
这是一个指针式时钟的小程序,供初学vc者参考
这是一个指针式时钟的小程序,供初学vc者参考-This is a small dial clock procedures for novice vc reference materials
- 2022-01-21 20:11:23下载
- 积分:1
-
with vb prepared by the compiler to achieve identified the poor state of automat...
用vb编写的编译器 用以实现确定有穷自动机中状态对的转换-with vb prepared by the compiler to achieve identified the poor state of automatic machines for the conversion
- 2022-02-05 08:43:41下载
- 积分:1
-
a calendar of small programs, and the Solar Lunar show.
一个日历小程序,显示农历和节气.-a calendar of small programs, and the Solar Lunar show.
- 2022-03-02 23:04:20下载
- 积分:1
-
VC++的GDI画直线、椭圆的源代码
一个VC++的GDI画直线、椭圆的源代码,对于初学者挺有用的,可以看到画直线的算法、流程以及效果展示。
- 2022-05-29 00:29:38下载
- 积分:1