-
用Visual Basic制作一个自己的个性MP3播放
用Visual Basic制作一个自己的个性MP3播放-Using Visual Basic to produce a personality its own MP3 player
- 2022-01-22 14:25:56下载
- 积分:1
-
windows procedure Winston Installer Version 2.15 Copyright? 1992,1993 DSI
windows 程序Winston Installer
Version 2.15
Copyright ?1992,1993 DSI-windows procedure Winston Installer Version 2.15 Copyright? 1992,1993 DSI
- 2022-03-15 03:04:01下载
- 积分: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
-
计算M到N间的素数及其个数 , 比较简单d等几个小程序
计算M到N间的素数及其个数 , 比较简单d等几个小程序-Calculation of M to N between the prime numbers and the number of relatively simple d several small programs
- 2022-10-04 20:30:03下载
- 积分:1
-
串行接受AD转换数值并显示成图象
串行接受AD转换数值并显示成图象-Serial Numerical AD converter to accept and display the images
- 2022-03-13 15:40:15下载
- 积分:1
-
avi文件转h264
本工程实现AVI视频格式到h264视频格式的转换,此代码之为学习参考,不可用于商业行为,如有违反后果自负。
- 2022-09-26 17:40:03下载
- 积分:1
-
这个东西不一定很好!但是界面方面还不错.功能一般般.............应该是垃圾中的极品...
这个东西不一定很好!但是界面方面还不错.功能一般般.............应该是垃圾中的极品-this is not necessarily a good thing! However interface is not bad. General function as ............. should refuse statuary
- 2022-02-02 05:15:01下载
- 积分:1
-
操作vc控制word的表格填写及随时更改填写情况
操作vc控制word的表格填写及随时更改填写情况-operation vc control word and fill in the forms filled out at any time of change
- 2022-03-05 00:43:27下载
- 积分:1
-
简单的拼图程序,ketty,里面涉及了切片,让你了解关于图片的处理...
简单的拼图程序,ketty,里面涉及了切片,让你了解关于图片的处理-Simple puzzles procedures, ketty, which involves slicing, let you learn more about image processing
- 2022-03-11 10:04:56下载
- 积分:1
-
Branch and Bound 算法实现.用以快速搜索一个区域.
Branch and Bound 算法实现.用以快速搜索一个区域.-Branch and Bound algorithm. Quick search for a regional.
- 2023-06-10 12:10:03下载
- 积分:1