-
一个自己设计的“记事本”程序,模仿的还比较像。
一个自己设计的“记事本”程序,模仿的还比较像。-a design by "Notepad" program to imitate rather like.
- 2022-10-04 00:05:03下载
- 积分:1
-
指针式时钟程序,绘制一个钟面,可以随窗口大小改变而改变...
指针式时钟程序,绘制一个钟面,可以随窗口大小改变而改变-Analog clock procedures, drawing a clock face, with the window size can be changed
- 2022-08-03 19:22:25下载
- 积分:1
-
一个简易的基于C#的绘图板
资源描述可以画直线,圆 椭圆,多边形,折线等等,且能够创建工程,将画图元素进行保存,此外,还能对画图元素进行选择,删除和调整。还对画图元素的颜色和线条粗细进行修改。
- 2022-03-05 10:14:12下载
- 积分:1
-
digital image processing, a source book, the scientific publishing house.
delphi数字图像处理一书源代码,科学出版社出版.-digital image processing, a source book, the scientific publishing house.
- 2022-03-23 14:00:07下载
- 积分:1
-
一个修改了拖动位置显示Bug的MFC CSliderCtrl类,并添加了背景修改显示功能...
一个修改了拖动位置显示Bug的MFC CSliderCtrl类,并添加了背景修改显示功能-a revised Drive location Bug MFC CSliderCtrl categories, and add a background display changes
- 2022-08-21 16:14:50下载
- 积分:1
-
这是一个在VB 语言设计的程序. 新风格的窗口.
这是一个在VB 语言设计的程序. 新风格的窗口.-this is a program by vb,
new style window
- 2022-01-25 23:04:33下载
- 积分:1
-
用CodeBlocks写的一个将桌面图标变成桃心的程序,用到WIN32简单API...
用CodeBlocks写的一个将桌面图标变成桃心的程序,用到WIN32简单API-With CodeBlocks written a desktop icon into a peach heart procedure, a simple API to use WIN32
- 2022-06-17 08:24:43下载
- 积分: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
-
jsp登陆界面
一个jsp的登陆界面,并不很理想的界面。初学者。
- 2022-07-25 03:49:25下载
- 积分:1
-
css filter feature article series detailed the contents of well
css滤镜专题文章集,内容条理详细,十分全面。-css filter feature article series detailed the contents of well-organized, very comprehensive.
- 2022-05-25 07:17:48下载
- 积分:1