-
玩过红警的人不少,但是想自己编写他的人不多,我这个程序实现了基本的一个功能,用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
-
这是介绍VC控制型的百科全书的使用,通过学习…
这是介绍vc控件类使用大全的,通过学习,你能够快速的领略到编程带来的乐趣-This is the type introduced vc control the use of the Encyclopaedia, through learning, you can quick taste of the fun of programming
- 2022-12-02 03:00:03下载
- 积分:1
-
Very nice slider source code, it can be used in many major software programming,...
非常漂亮的滑动条源代码,它主要可以运用在很多软件编程中,很实用。-Very nice slider source code, it can be used in many major software programming, it is practical.
- 2022-07-22 09:01:16下载
- 积分:1
-
滚动条使用
滚动条使用--摄氏华氏温度
控件数组
用List设置光标形状
虽然写的简单,但我是学生,刚学没多久,编完这3个已经很吃力了-use of the rolling-- Fahrenheit temperature Celsius Control List set up an array with the cursor shape Although written in simple, but my students, learning not just how long the series finished it three have a very tough
- 2023-02-11 10:05:03下载
- 积分:1
-
SkinMenu sample program, study
SkinMenu 示例程序,可以研究一下-SkinMenu sample program, study
- 2022-03-06 23:13:38下载
- 积分: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
-
javascript编写的日期,用户注册代码
这里是一个简单的用户注册,有出生日期,最主要的是,日期是调用外部的js文件,方便统一日期格式,输入简单
- 2022-11-10 10:00:02下载
- 积分:1
-
一个用VC++6.0编写的控件,该控件可以插入图片,选择框等各种功能,并有打印和打印预览功能....
一个用VC++6.0编写的控件,该控件可以插入图片,选择框等各种功能,并有打印和打印预览功能.-a VC 6.0 prepared by the controls, the controls can insert pictures, choose frames and other functions, and the Print and Print Preview function.
- 2022-04-11 03:07:29下载
- 积分:1
-
WPF 类似360的UI
一个类似360界面的UI,用WPF技术开发.
界面很好看,替换图标和替换文字就能变成你自己的前端.
- 2022-02-18 14:49:06下载
- 积分:1
-
计算机辅助排样(CAN) ,是计算机辅助设计与制造(CAD/CAM)技术的重要分支之一,它广泛地应用于线材、卷材和板材的分割排样,通过提供高质量的排样方案,达到...
计算机辅助排样(CAN) ,是计算机辅助设计与制造(CAD/CAM)技术的重要分支之一,它广泛地应用于线材、卷材和板材的分割排样,通过提供高质量的排样方案,达到节约原材料,降低产品成本的目的。-CAD Layout (CAN), is a computer-aided design and manufacturing (CAD/CAM) technology, one of the important branches, it is widely used in wire, sheet and plate division of nesting, through the provision of high-quality nesting programs, saving raw materials and products into lower the purposes.
- 2022-04-10 17:22:26下载
- 积分:1