-
通过本程序代码可以调节电脑屏幕的年度。希望对大家有用!...
通过本程序代码可以调节电脑屏幕的年度。希望对大家有用!-Through this program code can adjust the computer screen of the year. Hope useful for all of us!
- 2022-03-23 07:49:56下载
- 积分:1
-
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory(
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory() 在不同的进程中分配内存。用Windows的消息获得图标的名称。- This program display tabletop all charts sign title. How did
the code demonstrate has used VirtualAlloc (), WriteProcessMemory ()
and ReadProcessMemory () assigned the memory in the different
advancement. Obtains the chart sign with the Windows news the name.
- 2022-06-27 05:13:36下载
- 积分: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
-
实现电子电话本的功能,能 方便的记录数据保存数据!
实现电子电话本的功能,能 方便的记录数据保存数据!-Realize the electronic phone book function, can record data to facilitate the preservation of data!
- 2022-03-03 04:19:28下载
- 积分:1
-
用Delphi开发一个简单Windows NT Service的范例.rar
用Delphi开发一个简单Windows NT Service的范例.rar-with a simple Windows NT Service model. Rar
- 2023-04-11 18:35:03下载
- 积分:1
-
com组件应用例子
com组件应用例子-com
- 2023-04-22 08:05:03下载
- 积分:1
-
some classic VC source code (2)
一些经典的VC源代码(2)
- 2022-01-26 06:59:03下载
- 积分:1
-
光学字符识别
OCR libary ,光学字符识别
- 2022-01-26 06:35:28下载
- 积分:1
-
Visual C+ +高级编程技巧与实例
Visual C+ +高级编程技巧与实例-Visual C Advanced Programming Techniques and Case
- 2022-03-20 05:20:21下载
- 积分:1
-
这项工作与RAS连接创建拨号
This program work with RAS connection create a dial-up connection (find model of model from registry) and set it to default connection(work with registry) and used these API functions "RegEnumValueA" ,"RegOpenKeyA","RegOpenKeyExA","RegEnumKeyExA"
- 2022-05-30 23:47:45下载
- 积分:1