-
msp430的开发资料,共享大家看看:)
msp430的开发资料,共享大家看看:)-MSP430 development of information-sharing to see everyone:)
- 2022-09-28 02:35:04下载
- 积分: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
-
一款涣皮肤的软件。。可以帮助呢耙界面浓的 漂亮 。。相当经典...
一款涣皮肤的软件。。可以帮助呢耙界面浓的 漂亮 。。相当经典-new expansive skin software. . Harrow can help? Interface pretty thick. . Very classic
- 2022-03-22 16:39:23下载
- 积分:1
-
数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考....
数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考.-data structure inside arithmetic expression calculation. One yuan is polynomial calculations. For reference purposes only.
- 2022-03-12 22:29:14下载
- 积分:1
-
欧姆龙USB通讯
应用背景
通讯协议
AB 00 11 80 00 02 00 00 00 00 00 00 6F
04 01 FF FF 02 03 B2
AB 00 11 80 00 02 00 00 00 00 00 00 00 04 01 FF FF 04 03 45
AB 00 10 80 00 02 00 00 00 00 00 00 A3
04 02 FF FF 03 E4
AB 00 10 80 00 02 00 00 00 00 00 00 00 04 02 FF FF 03 41关键技术
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
- 2022-05-27 16:38:41下载
- 积分:1
-
基于wince的输入法
基于wince的输入法源码,可以实现输入法的调用,他可以用于wince系统的各种需要在编辑框输入字符及汉字的地方,支持字母,数字,标点符号,拼音,还有手写输入等等。是一个难得的输入法,其界面漂亮,使用简单,欢迎下载。。。。。。。。。。。。
- 2022-03-22 04:54:36下载
- 积分:1
-
to use the mouse to draw lines with different colors ....
to use the mouse to draw lines with different colors ....
- 2022-08-22 09:57:47下载
- 积分:1
-
opengl 串口通信
串口输入,显示三三维图像,代码不完整,自己可以修改开发采用的是OPENGL框架,相对来说比较简单。可供二次开发使用。界面直接使用别人做好的皮肤。
- 2022-04-08 22:02:22下载
- 积分:1
-
风险投资实例(如岛上的每一个成员都希望每天都有一个快乐的…
vc例子(愿岛上的每个成员都能天天快乐,每天都比昨天有所进步)-vc examples (of the island would like to have every member of every day a happy day than yesterday some progress)
- 2022-07-02 06:27:06下载
- 积分:1
-
image rotation control, rotating images of various image formats, rotary control...
图像旋转控件,可以旋转各种图像格式的图像,旋转控制十分方便-image rotation control, rotating images of various image formats, rotary control is very convenient.
- 2022-04-28 16:29:56下载
- 积分:1