-
一个图形化的计算机程序,能够完成简单的计算
一个图形化的计算机程序,能够完成简单的计算-a simple model of calculator which can do easy compution ,including pros
- 2022-08-10 03:58:49下载
- 积分:1
-
html5动态更改页面大小nodewebkit
资源描述使用nodewebkit打开页面,实现html5完成窗口页面变大、变小。可以是实现窗口抖动,以及停止抖动。实现过程:nw 3.nw
- 2022-03-13 19:47:31下载
- 积分:1
-
html tags, the paper listed some common html tags and their use, can help users...
html标签,文中列举了一些常用的html标签及其用法,可以帮助读者熟悉html标签的用法
-html tags, the paper listed some common html tags and their use, can help users familiar with the use html tags
- 2023-05-04 14:20:03下载
- 积分:1
-
界面部分 GDI+的使用 图片显示 和wmp的ocx的使用
界面部分 GDI+的使用 图片显示 和wmp的ocx的使用-Interface part GDI+ The use of picture display and the ocx use wmp
- 2022-01-30 10:10:47下载
- 积分: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
-
forms of use, zoom.
窗体的使用,可以缩放。-forms of use, zoom.
- 2022-02-02 07:28:07下载
- 积分:1
-
一个比较有代表性的文本编辑器.能进行查找,字体变换等功能....
一个比较有代表性的文本编辑器.能进行查找,字体变换等功能.-a more representative text editor. Capable of identifying, fonts transform functions.
- 2022-05-23 10:05:41下载
- 积分:1
-
一个漂亮的多功能按钮程序,是一个基于对话框的应用程序!能够获取鼠标消息,实现按钮图标的动态变化!...
一个漂亮的多功能按钮程序,是一个基于对话框的应用程序!能够获取鼠标消息,实现按钮图标的动态变化!-a beautiful multifunction button procedure is a dialog-based applications! The mouse can access news, button icons achieve the dynamic changes!
- 2022-08-11 13:55:38下载
- 积分:1
-
保存图像到数据库并检索它
保存图像到数据库并检索它的任何时间
您可以将此图像保存在任何数据库 futer
- 2023-04-07 16:15:04下载
- 积分:1
-
the process creating a steady background of the window, color gradient to the di...
本程序创建一个有渐变背景的窗口,颜色渐变的方向为从左下到右上-the process creating a steady background of the window, color gradient to the direction from the lower left to upper right
- 2023-03-29 17:00:03下载
- 积分:1