-
MFC编程实例,如何创建SHEET的新方法
MFC编程实例,如何创建SHEET的新方法-MFC programming examples of how to create a new method SHEET
- 2022-06-20 08:42:32下载
- 积分:1
-
实现文本的描边和空心字的源代码,特别是汉字的空心字。
实现文本的描边和空心字的源代码,特别是汉字的空心字。-Stroke and realize the text of the source code of hollow characters, especially the Chinese characters are hollow words.
- 2022-03-17 22:43:22下载
- 积分:1
-
一个窗口格式,有下拉菜单。比较简单的程序,从朋友那里拿来的,希望对大家有所帮助!...
一个窗口格式,有下拉菜单。比较简单的程序,从朋友那里拿来的,希望对大家有所帮助!-A window format, there is the drop-down menu. Relatively simple procedure, used from a friend and would like to help everyone!
- 2022-08-24 02:37:32下载
- 积分:1
-
备表头拖拽、排序、添加、修改、删除、部分列固定,固定表头,表脚,分页集成,模板列,下拉框列,编辑列,删除列,选择列(用模板列实现)等功能的asp.net cus
备表头拖拽、排序、添加、修改、删除、部分列固定,固定表头,表脚,分页集成,模板列,下拉框列,编辑列,删除列,选择列(用模板列实现)等功能的asp.net customer datagrid,。- Prepares table to tow entrains, the arrangement, the increase,
the revision, the deletion, passes in review fixedly, the fixed table
head, shows the foot, divides the page integration, the template row,
gets down pulls the frame row, the edition row, deletes the row, the
choice row (realizes and so on function asp.net customer datagrid with
template row).
- 2023-08-05 01:05:05下载
- 积分:1
-
vc prepared with the code. Foundation, but for beginners is something good
这是一个用vc 编写的代码。基础,但是,对于初学者是好东西-vc prepared with the code. Foundation, but for beginners is something good
- 2023-01-20 02:05:04下载
- 积分:1
-
一个搭建好的窗体框架,包括了窗体的拆分和列表等功能。
一个搭建好的窗体框架,包括了窗体的拆分和列表等功能。-Structures form a good framework, including a form of separation and the list of functions.
- 2023-06-15 07:35:04下载
- 积分:1
-
hefty almanac inquiries and Print (c language)
万年历的查询及打印(c语言)-hefty almanac inquiries and Print (c language)
- 2022-01-25 16:57:52下载
- 积分:1
-
Initial Graphics Exchange Specification 5.x是IGES文件标准
Initial Graphics Exchange Specification 5.x是IGES文件标准-Initial Graphics Exchange Specification 5.x is standard IGES files
- 2022-08-03 02:40:23下载
- 积分: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
-
玩过红警的人不少,但是想自己编写他的人不多,我这个程序实现了基本的一个功能,用C#写的,花了半年时间....
玩过红警的人不少,但是想自己编写他的人不多,我这个程序实现了基本的一个功能,用C#写的,花了半年时间.-红警played a lot of people, but he would like to have written not many people, I realized this process as a basic function, using C# to write, and spent half a year.
- 2022-02-05 20:33:53下载
- 积分:1