-
一个自画进度条,比较漂亮
一个自画进度条,比较漂亮--A progress bar of owner draw,beautiful!
- 2022-02-03 13:21:09下载
- 积分:1
-
演示了VC++中使用网页窗口美化程序,加载并显示内存中的内容到网页...
演示了VC++中使用网页窗口美化程序,加载并显示内存中的内容到网页-VC++ to demonstrate the use of landscaping program page window, to load and display the contents of memory to the page
- 2022-05-19 04:36:47下载
- 积分:1
-
WPF三维旋转
实现wpf三维建模并旋转动画,WPF三维立体动画(一个WPF项目,利用viewport3D呈现)
- 2022-03-23 12:35:35下载
- 积分:1
-
c++图像处理(opencv)
图像处理的一个简单的MFC界面,调用opencv里关于图像处理的一些基本模块集成的mfc程序
- 2023-04-19 14:10:05下载
- 积分:1
-
Very good picture of the RECT type selection box to the size of the rectangular...
非常好的图片选择框的RECT类,能对矩形框的大小缩放-Very good picture of the RECT type selection box to the size of the rectangular box zoom
- 2022-08-03 18:49:41下载
- 积分:1
-
流程图式的启动界面
流程图式的启动界面 -Flowchart-style interface to start
- 2022-04-12 09:19:30下载
- 积分:1
-
本源码演示了如何实现Visual Studio 6.0风格的用户界面。
本源码演示了如何实现Visual Studio 6.0风格的用户界面。-The source code to demonstrate how to achieve the Visual Studio 6.0-style user interface.
- 2022-05-06 19:35:51下载
- 积分: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
-
Outlook一样的界面实现程序。可以使用
Outlook一样的界面实现程序。可以使用-Outlook interface to achieve the same procedures. Use
- 2023-07-06 10:20:02下载
- 积分:1
-
an interface very similar to the appearance of the interface software outlook
一个界面非常美观的类似于outlook的界面软件-an interface very similar to the appearance of the interface software outlook
- 2022-08-18 19:10:29下载
- 积分:1