-
SortListCtrl代码
在listCtrl基础上改进的SortListCtrl控件,并且自己增加了若干类如UpdateSubItem,SetItemColor,OnSysColorChange等。
- 2022-01-31 22:34:09下载
- 积分:1
-
为什么窗户没有关上窗户?
Why won t A Note close when Windows does?
When Windows closes it sends a message to all programs that they should close. A Note receives this message and starts to upload the notes to the server. Sometimes the server has a lot of other traffic and therefore is a bit slow to respond to A Note. Therefore, Windows displays the dialog box A Note is not responding . Most of the time, the server will answer A Note, the program will close and so will Windows. If the A Note is not responding time-out message, you can press cancel now . The notes have already been uploaded and saved to disk.
- 2022-02-07 06:07:36下载
- 积分:1
-
俄罗斯方块
自己写的俄罗斯方块,可玩可用,但是不行删除过文件又修复的,所以又bug,懒得改了,凑合看吧,很久了自己也不记得了,mfc gdi+ 有声音的 画面还不错
- 2022-01-23 10:34:33下载
- 积分:1
-
测点计算程序,可指定起始压力和终止压力,按压差、流量等分方式计算测点...
测点计算程序,可指定起始压力和终止压力,按压差、流量等分方式计算测点-Measuring point calculation program, you can specify the start pressure and end pressure, according to pressure, flow rate equal portions measuring point is calculated
- 2022-08-25 09:03:56下载
- 积分:1
-
a VC was the spirit of animation, a beautiful angel of animation. Can beautify y...
一个用VC写的精灵动画程序,一个美丽的小天使的动画。能美化你的桌面!-a VC was the spirit of animation, a beautiful angel of animation. Can beautify your desktop!
- 2022-04-14 13:17:40下载
- 积分:1
-
步态识别(Gait_recogniton_PCA)
基于主分量分析的步态识别系统,识别率高达94.44 -Gait recognition based on principal component analysis research
- 2022-03-20 22:29:08下载
- 积分:1
-
VC源代码其它VckbaseWiz.zip
介绍如何制作APPWIZARD的程序范例
VC源代码其它VckbaseWiz.zip
介绍如何制作APPWIZARD的程序范例-VC source Other VckbaseWiz.zip how to produce APPWIZA examples of the procedures RD
- 2022-09-04 03:15:03下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
思道 SS109 云台控制程序
本程序使用RS485串口来控制SIDUS SS109云台,实现让其横滚俯仰运动到指定角度,本程序在windows下用vs2010开发
- 2023-04-01 09:00:11下载
- 积分:1
-
Pie chart control, achieved a 2D, 3D effects, very good, very strong
饼图控件,实现了2D,3D效果,很好,很强大-Pie chart control, achieved a 2D, 3D effects, very good, very strong
- 2022-08-08 19:28:49下载
- 积分:1