-
5.0的ListView实现xp效果,可是不像6.0中GridLines=true就可以划出网格线,VB6实现代码,6.0同样适用...
5.0的ListView实现xp效果,可是不像6.0中GridLines=true就可以划出网格线,VB6实现代码,6.0同样适用-5.0 xp ListView achieve results, but unlike the 6.0 GridLines = true can draw grid lines, achieving VB6 code applies equally 6.0
- 2022-03-13 03:23:05下载
- 积分: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
-
水的涟漪效应的模拟图像从内cnwizards_0.7.5.105 SE出水效果…
WaterEffect 模拟水波纹 效果 图像
从CnWizards_0.7.5.105里面分离出来的。
效果请看CnWizards_0.7.5.105(最新版)的关于。-Water ripple effect WaterEffect analog images from inside CnWizards_0.7.5.105 separated. See the effect of CnWizards_0.7.5.105 (latest version) on.
- 2022-12-12 03:45:03下载
- 积分:1
-
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出-Djkstra algorithm used to find the shortest path, and Turbo C environment to draw simple graphics function
- 2022-03-23 02:19:32下载
- 积分:1
-
位图卷积of
Convolution of Bitmaps
- 2022-07-21 11:10:18下载
- 积分:1
-
基于ATMega8 的 BLDC 无感电调程序(含原理图与源程序代码)
基于ATMega8 的 BLDC 无感电调程序(含原理图与源程序代码),包括德国MK项目源代码与中文注视代码
- 2022-01-26 03:53:40下载
- 积分:1
-
Windows CE的LCD驱动程序报告指南
windows ce LCD driver portting guide
- 2022-07-22 10:25:56下载
- 积分:1
-
这是我自己编的一个学校管理系统,用的是.NET平台。c++的源码。说明在里面。做得不好,站长不要怪哦。(我是一个大一的软件工程的学生,以后会进步的)...
这是我自己编的一个学校管理系统,用的是.NET平台。c++的源码。说明在里面。做得不好,站长不要怪哦。(我是一个大一的软件工程的学生,以后会进步的)-This is Part I of a school management system, using yes.NET platform. C source code. Note inside. Well done, oh station not to blame. (I was a freshman in software engineering students, the future will progress)
- 2022-09-21 15:55:03下载
- 积分:1
-
基于Gabor特征提取和神经网络的人脸检测的matlab程序
基于Gabor特征提取和神经网络的人脸检测的matlab程序,用于MATLAB的彩色图像色彩空间转换的MEX文件! 程序用于在RGB、LUV,XYZ以及LAB色彩空间之间进行转换。 将文件解压,会有六个MEX文件,将它们放在MATLAB的搜索路径之中,使用时可直接使用! 例如: Y=rgb2lab(X); 其中X为要转换的图像,其色彩空间为RGB;Y为输出图像,其色彩空间为LAB。
- 2022-01-21 19:35:38下载
- 积分:1
-
VB锁定电脑 防止其他人使用你的电脑 有多种保护模式
VB锁定电脑 防止其他人使用你的电脑 有多种保护模式 -VB lock computer to prevent others from using your computer has a variety of protected mode
- 2022-02-02 08:13:11下载
- 积分:1