-
一个计算器,实现了皮肤, 支持基本的加减乘除操作 且可像普通计算器那样连续操作。
内含所用到的皮肤文件。...
一个计算器,实现了皮肤, 支持基本的加减乘除操作 且可像普通计算器那样连续操作。
内含所用到的皮肤文件。-A calculator, implementation of the skin, support the basic operations of addition and subtraction and multiplication and division can be as continuous operation as an ordinary calculator. Containing the documents used in the skin.
- 2022-03-15 15:59:50下载
- 积分: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
-
一个不错的货币输入控件,支持C++Builder(V4 & V5)。
一个不错的货币输入控件,支持C++Builder(V4 & V5)。-A good monetary input controls, to support the C++ Builder (V4
- 2023-02-21 20:05:03下载
- 积分:1
-
本程序来编出一个界面,功能是实现从ACCESS数据库中导入数据表。...
本程序来编出一个界面,功能是实现从ACCESS数据库中导入数据表。-Part of this program to an interface function is to achieve from the ACCESS database to import data sheet.
- 2022-12-01 00:35:03下载
- 积分:1
-
使用APPface开发VC界面的,这是一个例子,示范APPFace的一种控件...
使用APPface开发VC界面的,这是一个例子,示范APPFace的一种控件-APPface development using VC interface, this is an example of a control model APPFace
- 2023-06-13 07:40:03下载
- 积分:1
-
Using VC6.0, C++ to prepare a practical screen saver, you can do what on this ba...
使用VC6.0,C++编写的实用屏幕保护程序,可以在此基础上做自己的修改-Using VC6.0, C++ to prepare a practical screen saver, you can do what on this basis, changes
- 2023-03-13 02:20:04下载
- 积分:1
-
VC 透明窗口的建立
实现vc透明窗口,视频在透明窗口上播放时,可以把多个透明窗口上的视频合并,也可以同时看到多个视频,实现多视频的连接
- 2022-02-01 05:54:29下载
- 积分:1
-
it can connet with a database.
使用正交滤波器设计最大频率选择小波,非常实用-The use of orthogonal wavelet filter design maximum frequency selection, very useful
- 2023-07-04 03:25:03下载
- 积分:1
-
C#实现的HOOK鼠标和键盘源码
全局的Hook,可以获取MouseMove,MouseClick,MouseDown Up,DoubClick. 滚轮,Press,键盘的KeyPress,keyDown,KeyUp
- 2023-02-14 18:25:04下载
- 积分:1
-
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。...
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。-Simple implementation of the drawing board features
- 2022-03-13 00:20:07下载
- 积分:1