-
从access导数据到oracle,
从access导数据到oracle, -Introduction to access data from the oracle,
- 2022-12-21 10:20:03下载
- 积分:1
-
ATL / WTL尖锐的布局管理器。
Sharp Layout manager for ATL/WTL.
- 2023-05-19 04:55:03下载
- 积分:1
-
大家好,我读了很多在所有Web方法给你的C++应用程序…
Hi all, I have read a lot of methods in all the web to give your C++ application an Xp-style and I decided to recollect the most useful methods (in my humble opinion :) to get it.
- 2022-08-13 03:52:29下载
- 积分:1
-
procedures for the use of the c# using the access path method of circular forms
本程序利用c#实现用获取路径的方法得到圆形窗体-procedures for the use of the c# using the access path method of circular forms
- 2022-07-11 19:05:53下载
- 积分:1
-
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。...
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。-Simple implementation of the drawing board features
- 2022-03-13 00:20:07下载
- 积分:1
-
源代码帧识别
Frame recognition with source code
- 2022-03-07 03:39:43下载
- 积分:1
-
xp风格的界面程序源码,vc做的界面程序(blueman007@126.com)
xp风格的界面程序源码,vc做的界面程序(blueman007@126.com)
- 2022-02-20 13:25:40下载
- 积分:1
-
用鼠标从一个进程的button,拖到另外进程中,并能将信息复制过来...
用鼠标从一个进程的button,拖到另外进程中,并能将信息复制过来-With the mouse from a process button, drag the other process, and are able to copy information from
- 2022-03-29 09:03:31下载
- 积分: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
-
XP风格工具栏,漂亮的界面设计,可以编译运行
XP风格工具栏,漂亮的界面设计,可以编译运行-XP STYLE TOOL BAR
- 2022-07-18 01:01:13下载
- 积分:1