-
VC++编写的,动态创建菜单,且能够响应对应的菜单选项,包括自动改变输出界面的颜色...
VC++编写的,动态创建菜单,且能够响应对应的菜单选项,包括自动改变输出界面的颜色-VC++ written dynamically created menus, and can respond to the corresponding menu options, including automatically change the color of the output interface,
- 2022-08-15 11:40:57下载
- 积分: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
-
跟WINDOWS差不多的登录界面,可以帮助初学DELPHI的同僚更加了解其完美功能。...
跟WINDOWS差不多的登录界面,可以帮助初学DELPHI的同僚更加了解其完美功能。-Windows login screen, and can help beginners DELPHI colleagues more perfect understanding of their function.
- 2023-01-15 02:50:04下载
- 积分:1
-
VB LED/LCD 数字显示控件源码
应用背景VB编写的LED/LCD数字显示控件的源代码,有多种风格样式,它可以支持自定义图片显示,可以用于显示数学符号及日期时钟等方面。关键技术-VB-specific LED/LCD digital display clock controls the source code, there are a variety of styles, it can support custom picture shows, you can display mathematical symbols such as the date and clock.
- 2022-08-07 04:52:31下载
- 积分:1
-
WinFormsUI.Docking可以实现像Visual Studio的窗口停靠、拖拽等功能
WinFormsUI.Docking可以实现像Visual Studio的窗口停靠、拖拽等功能-WinFormsUI.Docking can be achieved, like Visual Studio" s window docking, drag and drop functions
- 2022-03-10 18:26:18下载
- 积分:1
-
faculty employment management system for faculty employment sector management st...
院系就业管理系统,用于院系就业部门管理学生就业。用c#语言开发-faculty employment management system for faculty employment sector management student employment. C# language with the development of
- 2022-01-26 03:18:15下载
- 积分:1
-
用链表实现在列表框中选取级联省份、县市的VC++代码
用链表实现在列表框中选取级联省份、县市的VC++代码-Implementation using linked list in the list box to select the Cascade provinces, cities and counties of the VC++ code
- 2022-08-14 06:13:02下载
- 积分:1
-
MFC文字滚动显示
在mfc中显示对话框,对话框内滚动显示文字,并可以改变对话框背景颜色和字体颜色,使字体背景变透明
- 2022-04-17 14:50:18下载
- 积分:1
-
GUI界面,可以用于多幅图像的比较
这是一个利用matlab中GIU开发的图像界面程序,本程序可选择窗口的数目,具有多个按钮,可以很好的用于图像的对比,多幅图像的对比,且各个窗口下面都显示有该窗口的标题,代码开放性可以自己进一步的添加部件,进行修改,方便简洁
- 2022-10-03 03:15:03下载
- 积分:1
-
学生成绩管理系统
学生成绩管理,可对学生的成绩进行查询,修改
- 2022-05-16 15:10:27下载
- 积分:1