-
DOS下实现汉字的源码,并且有下拉菜单制作和普通小型汉字库的实现!...
DOS下实现汉字的源码,并且有下拉菜单制作和普通小型汉字库的实现!-under DOS source of Chinese characters, and a drop-down menu of small production and the general realization of the Store!
- 2022-06-12 06:57:09下载
- 积分:1
-
Learning to Recognize and Grasp Objects
Learning to Recognize and Grasp Objects
- 2022-01-24 18:58:37下载
- 积分:1
-
sdfsdg dfgdfxg hhfg
sdfsdg dfgdfxg hhfg
- 2022-03-22 18:32:22下载
- 积分:1
-
不规则窗口的实现
用VC++实现不规则圆形窗口,很好的实例,功能比较基础
- 2022-01-27 11:56:44下载
- 积分:1
-
类似的组件你一定见过不少,这个组件好不好,下载看看就知道。本控件来自DayDream。...
类似的组件你一定见过不少,这个组件好不好,下载看看就知道。本控件来自DayDream。-similar components you seen many, this component is good or bad, look at the downloaded know. DayDream from the controls.
- 2023-01-03 01:30:25下载
- 积分: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
-
隐藏窗口的实例,可以对任意窗口操作,请试一试,里面有SDK的函数...
隐藏窗口的实例,可以对任意窗口操作,请试一试,里面有SDK的函数-window hidden example, can operate on any window, please try, and they SDK functions
- 2022-02-25 14:12:22下载
- 积分:1
-
LabVIEW programming interface presentation skills, using a number of interfaces...
演示labview界面编程技巧,用到了许多界面的使用-LabVIEW programming interface presentation skills, using a number of interfaces use
- 2022-12-30 02:55:12下载
- 积分:1
-
应用visual c++设计了气球式工具提示,有比较好的效果
应用visual c++设计了气球式工具提示,有比较好的效果-Application of visual c++ is designed balloon-style tool tips, and has good results
- 2022-08-06 20:15:21下载
- 积分:1
-
C#自定义控件-双色按钮
这是一个使用C# 开发的自定义控件范例.俱备了基本的功能使用. 可设定或读出参数值, 动态改变按键的颜色及成分比. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-22 21:38:25下载
- 积分:1