-
自绘的gridctrl控件,实现了dialog和view两种用法
自绘的gridctrl控件,实现了dialog和view两种用法-Since the painting of the gridctrl controls to achieve the dialog and view two kinds of usage
- 2023-01-10 03:05:04下载
- 积分:1
-
一个简单的led自制控件,使用系统SDK,以pelles C编写
一个简单的led自制控件,使用系统SDK,以pelles C编写-a simple led control sample, use system SDK, program in pelles C
- 2022-08-08 10:56:02下载
- 积分:1
-
彩色标签C++类,字符长度过长时还可以左右或上下自动移动
彩色标签C++类,字符长度过长时还可以左右或上下自动移动, 继承子CStatic, 字体颜色和大小可随时设置,并有自动移动功能,自主开发,测试可用,健壮性强。欢迎下载使用,完全免费。
- 2022-04-14 14:55:02下载
- 积分:1
-
非常漂亮的对话框,按纽控件在不同状态显示不同颜色,标题栏各按纽修改成不同于WINDOW风格的彩色按纽,另外还有彩色的进度条,滑动块,可绘制三维真彩图,非常逼真。...
非常漂亮的对话框,按纽控件在不同状态显示不同颜色,标题栏各按纽修改成不同于WINDOW风格的彩色按纽,另外还有彩色的进度条,滑动块,可绘制三维真彩图,非常逼真。-very beautful Dlgwindow, it includes colorful button which can show different colors at variable state, the title bar has a fabulous style very different from the default windowXP style, and can show 3D face in seven colors.
- 2022-05-26 09:48:41下载
- 积分:1
-
windows XP 风格界面制作,有详细的注释哦
windows XP 风格界面制作,有详细的注释哦-production style interface, a detailed Oh Notes
- 2023-03-15 15:10:04下载
- 积分:1
-
多种条形码生成与实现,直接打开运行
资源描述直接打开就可以用了,运行就可以用了,需要的朋友可以试试下载看看哦,绝对不会有错的,值得拥有,你觉得的
- 2022-01-21 19:12:40下载
- 积分:1
-
VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页...
VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页-VC ODBC database application source Elaborates on Serial Communication in Win32 attributes page
- 2022-08-15 22:21:07下载
- 积分: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
-
这个类库提供了在运行时动态改变控件大小的能力,就像Visual Studio做资源时那样拖动即可。但它的缺点是当鼠标拖动较快时,缩放会跟不上鼠标移动。你可以试着...
这个类库提供了在运行时动态改变控件大小的能力,就像Visual Studio做资源时那样拖动即可。但它的缺点是当鼠标拖动较快时,缩放会跟不上鼠标移动。你可以试着修正这个bug。 。-the class library provided at runtime dynamic change controls the size of abilities, like Visual Studio resources to do so may drag. But the drawback is that when the mouse Drag quickly, the scaling will be unable to keep up with the mouse movement. You can try to fix this bug. .
- 2022-04-30 08:38:01下载
- 积分:1
-
VB6.0软件编写了机械原理课程中常用的模拟软件,用于课程上的教学或者课程设计
利用VB6.0软件编写了机械原理课程中常用的模拟软件,用于课程上的教学或者课程设计。 主要机构有四连杆机构,凸轮机构,直齿圆柱齿轮啮合机构
- 2022-03-05 20:11:13下载
- 积分:1