-
window intimate with the Control Window Size changes in the (DLL)
窗口与控件窗口大小变化密切相关(DLL)
- 2022-06-29 04:28:13下载
- 积分: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
-
VC++ MFC 做的软件程序
这个是用VC++ MFC编写的界面开开程序,很实用的啊,欢迎下载使用,不懂的请联系我 ,很好的资源,值得下载,
- 2023-02-01 21:00:04下载
- 积分:1
-
一个多种风格的界面库ProfessionalUI,推荐下载
一个多种风格的界面库ProfessionalUI,推荐下载--A ProfessionalUI interface library with multistyle,recommend
- 2022-03-16 14:00:11下载
- 积分:1
-
No proper information of uploading
No proper information of uploading
- 2022-12-20 03:15:03下载
- 积分:1
-
在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。...
在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。-in VC progress of the dialog box controls on the basis of expansion, imitating professional software interface, a color shown gradual progress, it will give you the use of the application elegance.
- 2022-03-13 20:02:22下载
- 积分:1
-
一个单独的小程序界面
用VC编的一个界面分隔小程序-VC series a separate small program interface
- 2022-05-09 06:56:18下载
- 积分:1
-
java jrgaph 画图示例
一个示例画图软件。基于java jgraph库扩展,画出一个网络拓扑。用户可以配置云图的个数,根据配置文件画出整个网络拓扑和其中的路由器。输入参数为user@remote:file file,可以实现remote端到用户端文件的传输。
- 2022-12-06 07:25:03下载
- 积分:1
-
《系统飞狐》系列软件中的“系统监视器”开发详解
《系统飞狐》系列软件中的“系统监视器”开发详解-"flying fox system" software series of "system monitors" Comments on Development
- 2023-08-22 21:45:04下载
- 积分:1
-
SDI的例子
SDI例子-SDI example
- 2022-01-23 11:21:19下载
- 积分:1