-
LABVIEW串口通信
资源描述利用labview编写了串口通信程序,可以当做串口调试助手使用,亦可作为上位机进行测量
- 2023-04-08 23:40:03下载
- 积分:1
-
This is a use of Vc on the progress bar to write a small program, you can realiz...
这是一个用Vc写的有关进度条的小程序,可以实现进度条的颜色渐变-This is a use of Vc on the progress bar to write a small program, you can realize the color gradient progress bar
- 2022-08-20 08:04:11下载
- 积分:1
-
几个常用的控键程序 c版本
几个常用的控键程序 c版本-several commonly used keys control procedures c version
- 2022-08-14 18:21:39下载
- 积分:1
-
VB 窗口隐藏&VB 窗口显示,如何获得窗口句柄
VB 窗口隐藏&VB 窗口显示,如何获得窗口句柄-Hide Window
- 2022-08-21 14:51:30下载
- 积分:1
-
functional presentations : 1. COM,.NET and ASP.NET said the 75 best
功能介绍:1.基于COM、.NET 和ASP.NET 的75种最佳表示层组件:包括网格、图表、工具条、菜单、制表符、树状子目录结构、进度表、日历、编辑器、GUI控件以及更多…2.利用Infragistics的表示层构架可用于继承并创建自定义组件的图形界面跨环境的通用对象模块提供更方便的在线学习 3.支持WindowsXP功能。4.RAD 设计器提升了可视化设计的速度。5.使用NetAdvantage's ASP.NET组件可以在瘦客户端环境中创建胖客户端的应用程序。6.提供ASP.NET组件的服务器端应用程序接口(API)7.应用广泛、直观的对象模块,包括了丰富的事件、方法和属性集合,可进行细化至象素水平的编程8.跨环境的通用对象模块提供更方便的在线学习-functional presentations : 1. COM,.NET and ASP.NET said the 75 best-components include : grids, charts, toolbars, menus, tabs, tree subdirectory structure, schedules, calendars, editors, GUI controls, and more ... 2 . Infragistics said the use of the layer structure can be used to inherit and create a custom graphical interface components of the environment across the Common Object Module provide more convenient online learning 3. WindowsXP support functions. 4.RAD design for improved visual design speed. 5. NetAdvantage"s use ASP.NET components in the thin client environment can be created fat client applications. 6.NET components for the server-side appl
- 2022-02-15 07:31:52下载
- 积分: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
-
QT编写的病人信息界面
自己写的,可以对新手学习者有借鉴作用,主要有Groupbox, qtabwidget, 和各个样式设置,鼠标隐藏等等
- 2022-03-17 01:32:04下载
- 积分:1
-
展示了在ActiveX控件中动态调用DLL函数的有效方法
展示了在ActiveX控件中动态调用DLL函数的有效方法-display of the dynamic ActiveX DLL function call an effective method
- 2023-06-04 19:40:03下载
- 积分:1
-
superslide 全屏轮播扩展功能
应用背景superslide 全屏轮播扩展功能, 开源轮播插件需要money,自己仿照人家的代码做了一套希望能帮助大家,祝你成功!关键技术superslide,全屏,轮播,全屏轮播,扩展功能
- 2022-12-21 18:40:04下载
- 积分:1
-
象MSN一样的提示信息, 并且提示后不会强占焦点
象MSN一样的提示信息, 并且提示后不会强占焦点-MSN as the same message, and suggested the focus would not usurp
- 2022-06-17 19:49:44下载
- 积分:1