-
本程序是界面编程,用来实现在WORD中输出报表,打印预览和打印选项。...
本程序是界面编程,用来实现在WORD中输出报表,打印预览和打印选项。-This program is programming interface used to achieve the WORD in the output report, print preview and print options.
- 2022-10-11 12:05:03下载
- 积分:1
-
用VC写的一个界面按钮程序,可以根据图片自动更新按钮的背景,实现动态效果。...
用VC写的一个界面按钮程序,可以根据图片自动更新按钮的背景,实现动态效果。-VC write an interface button procedures, according to Photo button automatically update the background, achieve dynamic effects.
- 2023-01-01 09:35:03下载
- 积分:1
-
非常有用的智能编辑框。过滤非
非常有用的智能编辑框。过滤非设定的输入字符,可以设定为NUMBER、LETTER、FLOATINGPT、OTHERCHAR、SIGNED、UNDERSCORE。-Very useful smart edit box. Filtering of non-setting input characters can be set to NUMBER, LETTER, FLOATINGPT, OTHERCHAR, SIGNED, UNDERSCORE.
- 2023-05-14 01:45:03下载
- 积分:1
-
SkeletonBasics-WPF
kinect获取骨架的源码,并保存20个骨骼点的三维坐标位置,可用于kinect的入门学习。
- 2022-04-08 14:08:44下载
- 积分:1
-
在MS DOS运行此代码
this code runs in ms dos
paint.cpp : main code
bmp_defs : functions to load and save bmp files
cursor.h : definitions of different cursors used
outlook.h : contains the entire window description of paint
- 2022-01-30 18:29:35下载
- 积分:1
-
right of the dialog box for a separate source code examples
对对话框进行分隔的一个例子源码-right of the dialog box for a separate source code examples
- 2022-08-31 22:15:03下载
- 积分: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
-
动态改变控件的大小。(VB运行环境)
它可是源码呀
动态改变控件的大小。(VB运行环境)
它可是源码呀-change the size. (VB Runtime Environment), but its source!
- 2022-03-12 00:33:24下载
- 积分: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
-
snmpvraappe
LogiSoft MIB编译器类库(LsMcIfc)允许应用程序在运行时编译SNMP v1、v2和v3使用的SMI v1和v2 MIB文件,保存MIB对象属性:对象标识符、名称、类型、表索引、列、陷阱变量,然后加载文件并在运行时访问任何SNMP Windows应用程序(管理器、代理等)中的MIB信息。
- 2022-07-07 01:28:00下载
- 积分:1