-
MFC学习的一个例子,书名:MFC参考大全
MFC学习的一个例子,书名:MFC参考大全-MFC study an example of the title: MFC Reference
- 2023-03-28 16:55:03下载
- 积分:1
-
软件名称: 确定系统版本 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 系统控制 运行环境: Win9x/NT/2000/XP/ 软件大小:...
软件名称: 确定系统版本 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 系统控制 运行环境: Win9x/NT/2000/XP/ 软件大小: 23K -software title : Identification System Software Version Language : English software types : Domestic software/free version/control system operating environment : CTP/software Size : 23K
- 2022-03-25 21:24:15下载
- 积分:1
-
List控件:List控件与相关的事件处理程序。
List控件:List控件与相关的事件处理程序。-Control List : List controls and related procedures for handling the incident.
- 2022-03-21 18:37:13下载
- 积分:1
-
一个用来分割文件的代码
一个用来分割文件的代码-a separate document to the code
- 2022-05-14 10:21:50下载
- 积分:1
-
一个在unix下显示图片的小程序,该程序直接支持unix下的图像显示技术,使用底层开发技术。...
一个在unix下显示图片的小程序,该程序直接支持unix下的图像显示技术,使用底层开发技术。-displays pictures of small procedures, the procedures under the direct support of unix image display technology, the use of the underlying technology development.
- 2022-04-27 19:33:35下载
- 积分:1
-
将PictureBox控件转换为Form的源码程序:
ChgWinLong.vbp
modChgWindowLong.bas
readme.txt...
将PictureBox控件转换为Form的源码程序:
ChgWinLong.vbp
modChgWindowLong.bas
readme.txt-PictureBox control will be converted to Form the source program: ChgWinLong.vbpmodChgWindowLong.basreadme.txt
- 2022-01-24 15:41:21下载
- 积分:1
-
About gdi+ programming books, explain in detail the method of drawing, you can g...
关于gdi+的编程书籍,详细的讲解了绘图的方法,可以极大的提高界面美观度-About gdi+ programming books, explain in detail the method of drawing, you can greatly enhance the degree of interface aesthetics
- 2023-01-03 10:15:03下载
- 积分:1
-
java swing项目
这是一个手工的java swing项目,适合于初步学习。里面涉及到了java swing的基本组件的使用,纯手工代码,代码风格良好。界面美观,并带有演示的PPT。
- 2022-10-16 00:00:04下载
- 积分:1
-
ER 图编辑器
这个项目生成的 ER 图编辑器工具。我们可以创建或编辑使用此工具的 ER 图。我们可以只需拖动每个组件使用 GUI 的 ER 图。
- 2022-03-09 11:08:35下载
- 积分: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