-
按钮效果类
按钮的效果,可以设置多种颜色,设置按钮的边框效果,很有效果的哦,适合初学者使用
- 2022-07-05 05:06:59下载
- 积分:1
-
屏幕打印程序与源码.
在图像中有一个曲线窗口,用户想要得到这个窗口的硬拷贝。要得到硬拷贝,用户需要知道该
窗口的坐标和尺寸。然后可以通过一个按钮激活该硬拷贝
- 2022-02-02 12:13:04下载
- 积分:1
-
基于VSTO2003的智能文档工程。演示了如何操作Word文档
基于VSTO2003的智能文档工程。演示了如何操作Word文档-This is a intelligent document project based on VST2003 and illustrated how to operate word documents.
- 2022-01-24 13:21:23下载
- 积分:1
-
C#登陆界面 连接Oracle数据库
使用C#制作的登陆界面 可以连接Oracle数据库进行登陆和注册 使用WPF窗体 自己是初学者 用了一星期才做了这么一个程序
窗体直接拖拽控件进去的 触发代码是自己写的
- 2023-07-13 04:55:04下载
- 积分:1
-
此示列展示了写的图表(Chart)程序的方法
此示列展示了写的图表(Chart)程序的方法-out of this show was the display of the chart (Chart) procedures methods
- 2022-03-10 16:50:53下载
- 积分:1
-
DynamicDataDisplay示波器显示C#
资源描述一个引用DynamicDataDisplay示波器显示的C#WPF设计
- 2022-03-23 05:03:40下载
- 积分:1
-
类似于金山毒霸界面的源程序
类似于金山毒霸界面的源程序-Jinshan drug tyrants interface similar to the source
- 2022-01-26 06:53:53下载
- 积分:1
-
VC++ 编写的一个画曲线的程序,可以直接运行,读入数据,进行曲线绘制的界面,对要学习用VC做界面的人,会有帮助...
VC++ 编写的一个画曲线的程序,可以直接运行,读入数据,进行曲线绘制的界面,对要学习用VC做界面的人,会有帮助-VC++ written in a painting program curve can be directly run, read into the data, drawing the curve of the interface, the interface to learn to do with the VC who would help
- 2022-06-27 19:15:23下载
- 积分:1
-
Book: statistical pattern recognition
Book: statistical pattern recognition
- 2023-02-05 21:20: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