-
程序运行前等待时间的跳转画面编程,停留时会根据程序的启动时间的长短而发生变化....
程序运行前等待时间的跳转画面编程,停留时会根据程序的启动时间的长短而发生变化.-running the waiting time before the Jump screen programming will stay the commencement of proceedings and the length of time change.
- 2022-03-03 22:35:44下载
- 积分:1
-
window intimate with the Control Window Size changes in the (OCX)
窗口与控件窗口大小变化密切相关(OCX)
- 2022-02-02 07:30:48下载
- 积分:1
-
Visual Programming
Visual c++ 精彩编程-Visual Programming
- 2022-07-25 18:50:11下载
- 积分:1
-
本程序是界面编程,用来实现在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
-
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 cool program which can make it to disappear slowly when a windows is being closed (like the fade in-fade out effection )
- 2023-09-08 17:35:03下载
- 积分:1
-
在 C 语言中的球游戏
这是一场游戏,在那里 u 拍摄从加农炮、 加农炮球像子弹一样的举动和命中目标。所以你会看到此程序: 1 中的三个主要的事情。旋转加农炮 ;2.如何将移动对象像子弹一样3.很简单碰撞 detectionBefore 编译代码不要忘记更改相应地使用 initgraph() 函数中的路径。这是一个 DOS 游戏,需要 Turbo C/c + + 编译。如果你想要看到的输出 (完整的程序),
- 2023-08-30 09:45:02下载
- 积分:1
-
Ergodic process, and obtain the window handle, window name and so on, very pract...
遍历进程名,获取窗口句柄,窗口名称等,十分实用-Ergodic process, and obtain the window handle, window name and so on, very practical
- 2022-04-07 05:03:22下载
- 积分:1
-
这是用GridView控件做的一个实现实现跨页多选的功能模块,希望对大家有所帮助。...
这是用GridView控件做的一个实现实现跨页多选的功能模块,希望对大家有所帮助。-This is done with a GridView control to achieve the realization of cross-page selection of multi-function modules, and they hope to help everyone.
- 2022-05-07 21:39:40下载
- 积分:1
-
html网页模板
不错,挺漂亮的网页模板。主要是一个企业信息系统管理的网页模板。对于内部二次开发很有用!这个企业信息管理系统网页模板主要用到的是CSS和js和html标签进行开发的。
- 2022-05-22 21:39:36下载
- 积分:1