-
利用VC++编程实现的各种高级界面的设计以及各种实例。
利用VC++编程实现的各种高级界面的设计以及各种实例。-VC++ programming using a variety of high-level interface design and a variety of examples.
- 2022-06-18 01:10:22下载
- 积分:1
-
代码是一个使用dbgrid控件的vc源代码.非常具有参考意义.
代码是一个使用dbgrid控件的vc源代码.非常具有参考意义.-Code is to use a dbgrid control vc source code. Is a reference value.
- 2022-03-09 23:05:22下载
- 积分:1
-
五子棋程序源代码
一个不错的五子棋程序源代码,有漂亮的界面,使用起来很方便,乐趣多多。
- 2022-01-25 20:25:53下载
- 积分:1
-
使用CheckBox代替Frame/GroupBox的标题
使用CheckBox代替Frame/GroupBox的标题-The example of using checkbox to replace the title of Frame or GroupBox
- 2022-08-11 13:24:59下载
- 积分:1
-
系统登录以图标的形式出现,增强了登录窗体的视觉效果。
系统登录以图标的形式出现,增强了登录窗体的视觉效果。-System registry in order to appear in the form of icons, enhanced visual effects log form.
- 2022-07-17 10:25:04下载
- 积分:1
-
一个公司业务管理系统,他包含了所有的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢...
一个公司业务管理系统,他包含了所有的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢-a business management system, contains all the features you done this kind of system can be applied to the contents inside it, hope you like
- 2022-04-01 09:16:34下载
- 积分:1
-
太极生兩儀
太一生两仪,兩儀生四象,四象生八卦。為此理論,得以創造出此生成器。
- 2022-03-04 11:47:13下载
- 积分:1
-
使用delphi自己的持久化机制实现自定义数据结构。
程序实现了对唐诗的添加、察看、修改、删除等功能。
程序的实用性不大,不过希望能给大家一点启发。...
使用delphi自己的持久化机制实现自定义数据结构。
程序实现了对唐诗的添加、察看、修改、删除等功能。
程序的实用性不大,不过希望能给大家一点启发。
注意:使用该方式保存数据,数据一次性的读入内存中,所以用于存储的数据不宜过大。-use its own mechanism to achieve lasting defined data structure. Realization of the Tang added, to see, modify and delete capabilities. Procedures not practical, but I hope that will give us some inspiration. Note : The use of stored data, the one-time data into memory, used to store the data should not be too large.
- 2022-03-01 04:15:27下载
- 积分:1
-
calcolator
资源描述在这里你可以学习视觉基本自由,你是关于使一个真正的计算器从开始到结束使用。网络框架的视觉工作室在这里你可以学习视觉基本自由,你是关于使一个真正的计算器从开始到结束使用。网络框架的视觉工作室在这里你可以学习视觉基本自由,你是关于使一个真正的计算器从开始到结束使用。网络框架的视觉工作室
- 2022-01-26 05:08:53下载
- 积分: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