-
宝石迷情Diamond
Diamond.exe为自压缩文件,DiamondChess.exe和DiamondChessSetup.exe为两种不同打包方法得到的安装文件;DiamondChess文件夹里面为vs2012下的工程文件,简单得实现了一个宝石棋游戏;DiamondChess/DiamondChess/images里面有多种格式的图片资源;基于QT实现,但工程文件中无相关dll
- 2022-08-22 04:39:38下载
- 积分:1
-
类似neC公司的一个经典界面样式
类似neC公司的一个经典界面样式-neC similar to the one classic style interface
- 2022-02-03 11:32:07下载
- 积分:1
-
一个用VC编程中的 关于列表框 控制使用的小技巧 但感觉不是很实用 说一句 这是别人的代码...
一个用VC编程中的 关于列表框 控制使用的小技巧 但感觉不是很实用 说一句 这是别人的代码-a VC Programming on the list box control the use of small skills but is not very practical sense that this is a code of others
- 2023-07-17 20:40:02下载
- 积分:1
-
Manila 关于重力感应部分的lua源码
Manila 关于重力感应部分的lua源码-Touch Flo 3D G-Sensor lua code
- 2023-08-24 00:40:03下载
- 积分:1
-
a control programming, good, it tells you how to put the interface procedures se...
一个控件的编程方式,很好的,它告诉你如何的把界面程序编的更美观-a control programming, good, it tells you how to put the interface procedures series of the more beautiful
- 2023-01-30 18:45:03下载
- 积分: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
-
课程管理和绩效管理,ASP的前景,台湾SQL2…
用于课程表管理和成绩的管理,前台ASP后,台SQL2000,非常方便实用-for curriculum management and performance management, ASP prospects, Taiwan SQL2000, very convenient and practical
- 2023-04-25 13:50:04下载
- 积分:1
-
MFC状态栏用法,图像颜色RGB值提取C++源代码
基于VC6.0环境,使用MFC单文档应用程序,练习状态栏的用法。 在状态栏中显示鼠标移动处的图像颜色RGB值和像素坐标值
- 2023-01-27 20:15:03下载
- 积分:1
-
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂...
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂-api login
- 2022-01-28 23:57:25下载
- 积分:1
-
windows MDI例子
windows MDI例子-windows MDI example
- 2022-04-16 07:37:31下载
- 积分:1