-
RTF
The RTF-control is a very useful beast, but it takes a nerve-grating amount of code to accomplish even the most basic formatting tasks. Adding the capabilities to easily edit formatted text is often a boon to an application, but taking this amount of work? Why not some commands to get and set the RTF directly? Save and load to a file? Built-in editing buttons?
- 2022-05-10 22:03:52下载
- 积分:1
-
DNA sequence design software
DNA sequence design software
- 2022-08-23 21:21:19下载
- 积分:1
-
本程序是运用CLISTCTRL,读者可以通过借鉴次源代码了解列表空间的使用...
本程序是运用CLISTCTRL,读者可以通过借鉴次源代码了解列表空间的使用 -This procedure is to use CLISTCTRL, readers can learn from the list at the source code to understand the use of space
- 2022-03-10 16:17:25下载
- 积分:1
-
一个用堆栈做成的计算器,虽然小,但对学数据库的人来说锻炼一下也不错...
一个用堆栈做成的计算器,虽然小,但对学数据库的人来说锻炼一下也不错-Use made of a stack calculator, although small, but the database of people who look good exercise
- 2022-11-08 18:50:03下载
- 积分:1
-
奇东锐腾KDBits及KDMount配套工具
奇东锐腾KDBits及KDMount配套工具-Qi Rui Teng KDBits East and supporting tools KDMount
- 2022-12-21 07:05:03下载
- 积分:1
-
BCB6_Thread.zip是教你如何写多线程的例子
BCB6_Thread.zip是教你如何写多线程的例子-BCB6_Thread.zip is to teach you how to write multithreaded example
- 2022-03-18 09:11:46下载
- 积分: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
-
用VC6,动态负载
vc6写的,动态加载nt驱动方法,加载的文件为D:Compileipb2COMxipbDrive.sys-written in vc6, dynamic load-driven approach nt
- 2022-01-28 19:48:07下载
- 积分:1
-
根据零件加工时间,并通过零件分类排序,计算得到零件加工时间
该程序首先将车间生产零件按照优先级别、刀具组别、夹具组别等进行分类,进而对不同数控机床的多种零件进行加工计算,合理安排加工调度计划,同时考虑操作工系数、设备负荷等。
- 2022-03-20 16:06:21下载
- 积分:1
-
VC++程序员编程教程,很好的电子书籍,chm格式,有很多实例
VC++程序员编程教程,很好的电子书籍,chm格式,有很多实例-VC++ Programmer programming tutorial, very good e-books, chm format, there are many examples of
- 2022-02-10 00:36:41下载
- 积分:1