-
按回车可直接跳到列表的下一个单元框,进行编辑,操作方便...
按回车可直接跳到列表的下一个单元框,进行编辑,操作方便-Press Enter to jump directly to a unit under the list box, for editing, easy to operate
- 2022-04-28 08:33:54下载
- 积分:1
-
C++builder操作任务栏图标,一用就会的代码.
C++builder操作任务栏图标,一用就会的代码.-C builder operation task bar icon, a code will be used.
- 2022-02-02 07:03:14下载
- 积分:1
-
测试净大师
测试净大师
- 2022-10-08 22:15:03下载
- 积分:1
-
Aero styled GUI with vb6
Aero styled GUI with vb6
- 2022-05-05 22:41:26下载
- 积分:1
-
一个JAVA做的下载器,能够监视下载时间和容量,能够控制下载的速度...
一个JAVA做的下载器,能够监视下载时间和容量,能够控制下载的速度- JAVA does downloading, can monitor the downloading time and the
capacity, can control downloading the speed
- 2022-12-15 04:35:03下载
- 积分:1
-
一款不错的利用CControlBar对窗口实现定制的程序
一款不错的利用CControlBar对窗口实现定制的程序-A good use of CControlBar to realize custom window procedure
- 2022-06-28 23:43:41下载
- 积分: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
-
Programming Windows : The definitive developper s guide
Programming Windows : The definitive developper s guide
- 2022-02-07 13:09:55下载
- 积分:1
-
这是PC机与电力线载波芯片IT800D的通信程序
这是PC机与电力线载波芯片IT800D的通信程序-This is the PC-chip with the power line carrier communication procedures IT800D
- 2022-03-21 14:07:48下载
- 积分:1
-
改变系统的桌面壁纸
MFC VC++ windows 编程 。改变系统的桌面壁纸的工程代码。
- 2022-11-24 14:10:03下载
- 积分:1