-
vc下的系统调用,API函数(字体)
vc下的系统调用,API函数(字体)-vc under the system call API functions (fonts)
- 2022-03-22 08:07:23下载
- 积分:1
-
javaweb 酒店管理系统
javaweb 酒店管理系统
有数据库
- 2022-10-28 22:40:04下载
- 积分:1
-
With VC++ Realize vector map in the context of real
用VC++实现矢量地图背景下的实时显示源代码。-With VC++ Realize vector map in the context of real-time display the source code.
- 2023-04-18 12:50:03下载
- 积分:1
-
collection of small tools can be based on the INI file storage
收藏Internet地址的小工具,可以基于INI文件存储的-collection of small tools can be based on the INI file storage
- 2022-03-01 13:12:20下载
- 积分:1
-
一个很好的开源的播放器,应该没什么问题的
一个很好的开源的播放器,应该没什么问题的
- 2022-03-02 22:01:56下载
- 积分: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
-
一个编译器,可将名为TINY的语言转化为等价的C语言
一个编译器,可将名为TINY的语言转化为等价的C语言-a compiler can be called TINY language into the equivalent of C language
- 2022-01-26 02:46:57下载
- 积分:1
-
calculator for simple arithmetic Operational Availability switches can be object...
计算器进行加减乘除等简单运算交换机即可供货客观和可国际化国苦苦观看过-calculator for simple arithmetic Operational Availability switches can be objective and international countries too hard to watch
- 2023-08-28 23:50:04下载
- 积分:1
-
c语言实现WP8磁贴动态翻转功能
到现在,用了大概有大半年时间了,一直很好奇WP8中磁贴动态翻转的实现算法——使用过WP8手机的朋友都知道,这个功能很有3D的效果,看起来感觉很不错
但是,它到底是如何实现的呢?
- 2022-02-11 20:12:17下载
- 积分:1
-
MFC 一个例子,具体看了就会明白
MFC 一个例子,具体看了就会明白-An instance of MFC, and you can better interpret it when reading through.
- 2022-03-10 00:20:47下载
- 积分:1