-
类似Dreamweaver的颜色选择器,适用于需要改变颜色设置的软件
类似Dreamweaver的颜色选择器,适用于需要改变颜色设置的软件-similar to the color of choice for use in color need to change the software installed
- 2022-08-16 20:15: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
-
一个简单的中文和英文版简历
一个简单的个人简历 用中英文2版制作 其中图片是PS制作 主要实现个JWINDWO的使用 -a simple single resume of both chinese and english version
the images inside it was created by PS
to implement and demo the "WYSIWYG" function
- 2023-01-09 06:25:03下载
- 积分:1
-
自由独立的窗口方便MDI和SDI程序的创建
自由实现窗口分割,方便创建SDI和MDI程序-liberty separate window to facilitate the creation of MDI and SDI procedures
- 2023-01-13 10:30:04下载
- 积分:1
-
用Split控件来实现分割面板,并在面板中显示出几个图形,文件为SplitPaneDemo.java...
用Split控件来实现分割面板,并在面板中显示出几个图形,文件为SplitPaneDemo.java-with Split Control Panel to achieve segmentation, and the panel shows that few graphics, document SplitPaneDemo.java
- 2023-05-05 22:10:02下载
- 积分:1
-
最好用的vc++ socket multicast application
vc++ socket multicast application,实现 SOCKET TCP 异步传输
- 2022-11-04 19:30:03下载
- 积分:1
-
interface development, belonging to extract immediate, Oral detailed description...
界面开发,属于即时提取,口头详细描述;使用简单,使用方便。
- 2022-03-03 01:07:31下载
- 积分:1
-
思科CCNA考试2,第4版
exam 2 cisco ccna version 4
- 2022-04-10 04:36:17下载
- 积分:1
-
静态框的字体更改
颜色设置的类
随时随地改变静态框的风格...
静态框的字体更改
颜色设置的类
随时随地改变静态框的风格-Static box to change the color of the font settings at any time to change the static type of the style box
- 2022-05-19 23:28:35下载
- 积分:1
-
最新GardenUI的使用demo,很好的例子
最新GardenUI的使用demo,很好的例子-GardenUI the use of the latest demo, very good example
- 2022-03-23 00:52:09下载
- 积分:1