-
用VC6扩展CButton类制作风格独特的按钮
用VC6扩展CButton类制作风格独特的按钮-with VC6 expansion CButton category produced a unique style button
- 2022-03-24 03:02:23下载
- 积分:1
-
在VC,MFC中显示图像,如GIF,JPEG等格式
在VC,MFC中显示图像,如GIF,JPEG等格式-in VC, MFC showed images such as GIF, JPEG format, etc.
- 2022-05-09 09:23:48下载
- 积分:1
-
ASIFT算法源代码
asift算法,里面有算法描述,生成,还有具体的代码很多啊,用于特征匹配,很好的思想啊,好好看看,值得学习啊,真的很有用啊
- 2022-05-07 11:50:33下载
- 积分:1
-
c的小程序很有用的,我认为很好的,也蛮经典的!希望对大家有帮助!...
c的小程序很有用的,我认为很好的,也蛮经典的!希望对大家有帮助!-c small procedures very useful, I think very good, but also pretty classic! We want to help!
- 2023-06-21 05:05:04下载
- 积分:1
-
Windows核心编程(第五版)随书源代码,需要的可参考。
Windows核心编程(第五版)随书源代码,需要的可参考。-the code of Windows Kernel Program.
- 2022-04-08 22:24:26下载
- 积分:1
-
企业进销存c#源代码
企业进销存c#源代码
企业进销存c#源代码
企业进销存c#源代码-fdfffdgfdgfhghgfhfghfghgfhgfhgh
- 2022-02-05 05:33:11下载
- 积分: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
-
threaded a neat process, a very practical
一个巧妙的线程程序,非常实用-threaded a neat process, a very practical
- 2022-08-13 20:46:29下载
- 积分:1
-
一个好用的线程池
一个好用的线程池 -a user-friendly Thread Pool
- 2022-02-24 20:20:03下载
- 积分:1
-
本项目是我工作时候应公司需求开发的
开发工具是EVC++4.0,工作平台是HP1700
程序校对通信协议通过RS232口与上位机通信
以及将从上位机...
本项目是我工作时候应公司需求开发的
开发工具是EVC++4.0,工作平台是HP1700
程序校对通信协议通过RS232口与上位机通信
以及将从上位机获取的数据信息以图形化方式展现给用户-the item is when I work needs to be the development of the company"s development tools is EVC 4.0, HP1700 platform is proofreading process communication protocol through the mouth and RS232 communication between PC and from PC access to the data and information via the graphical user
- 2022-03-17 18:51:20下载
- 积分:1