-
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。-c++ programming interface 100 cases. n example of a programming interface on the inside, to digest it myself.
- 2022-05-13 16:31:32下载
- 积分:1
-
串口读写实例软件
应用背景使用串口读卡七读写卡片信息(纯串口通许),包括有串口读方法,串口写方法,串口缓存的优化,和协议解析等业务流程和方式关键技术串口通讯,使用SerialPort通讯方式与读卡器进行通讯,包括读写流程以及事件触发等处理方式,主要是针对T5557卡,低频卡读写。
- 2022-05-16 21:18:43下载
- 积分:1
-
YAWL窗口开发 C 语言源程序
YAWL窗口开发 C 语言源程序 -YAWL window C language source development
- 2022-10-16 22:50:03下载
- 积分:1
-
在VC++中如何使用TABCONTROL控件
VC++中的TABCONTROL控件和VB,DELPHI中的不一样,它的使用方法比VB,DELPHI中要麻烦得...
在VC++中如何使用TABCONTROL控件
VC++中的TABCONTROL控件和VB,DELPHI中的不一样,它的使用方法比VB,DELPHI中要麻烦得多。
我写了个事例 也许对大家有点帮助,只适合菜鸟看哦,因为我就是菜鸟
-in VC TABCONTROL how to use the controls VC TABCONTROL controls and VB, Delphi not the same as it used than VB, Delphi to much trouble. I wrote a pair of examples may help you a bit, only for a birdie FACT, because of my exposure
- 2022-05-08 08:50:54下载
- 积分: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
-
一个图形按钮控件。可以设置按钮外观的各种属性,超酷!
一个图形按钮控件。可以设置按钮外观的各种属性,超酷!-a graphical button controls. You can set the button appearance attributes, cool!
- 2022-03-16 01:46:27下载
- 积分:1
-
关于虚函数表的机制:1:虚表(虚函数表)是for类的 2:基类和派生类是各有各的表,也就是说他们的物理地址是分开的,基类和派生类的虚表的唯一关联是:当派生类没有...
关于虚函数表的机制:1:虚表(虚函数表)是for类的 2:基类和派生类是各有各的表,也就是说他们的物理地址是分开的,基类和派生类的虚表的唯一关联是:当派生类没有实现.-on the virtual function table mechanisms : 1 : virtual table (virtual function tables) for the two categories : base class and the derived class is their own table, meaning their physical address is separate from the base class and the derived class of the virtual table is the only correlation : When your class did not materialize.
- 2022-06-30 15:20:23下载
- 积分:1
-
VC++ 实现绘制波形图动态图
VC++ 实现绘制波形图动态图,类似示波器的界面,信号用正弦信号模拟,可调节显示的幅度档和时间档,可对信号进行暂停观测,可上下左右移动信号波形。
- 2022-02-10 03:29:31下载
- 积分:1
-
1. A WTL dedicated source DataGrid control can learn how to develop Grid control...
1一个WTL专用源DataGrid控件可以学习如何开发网格控件。
- 2022-12-09 14:50:03下载
- 积分:1
-
可以在打开文件的对话框上实现图像预览的程序。
可以在打开文件的对话框上实现图像预览的程序。-can open the file in the dialog on Image preview procedures.
- 2022-08-17 18:27:13下载
- 积分:1