-
这是一个窗口的例子,我相信它是一个很好的程序。我们会答..
这是一个VC的窗口的例子,相信是一个好程序.也能使大家喜欢-This is a window of the VC example, I believe it is a good procedure. We would also like to
- 2022-07-04 07:02:42下载
- 积分:1
-
GardenUI Library 是windows平台下图形用户界面的专业开发包,该开发包基于并很好的扩展了Microsoft的MFC库。...
GardenUI Library 是windows平台下图形用户界面的专业开发包,该开发包基于并很好的扩展了Microsoft的MFC库。- GardenUI Library 是windows平台下图形用户界面的专业开发包,该开发包基于并很好的扩展了Microsoft的MFC库。
- 2022-01-24 14:29:47下载
- 积分:1
-
超市收银系统 QT语言
应用背景对于QT的初学者来说是一个不错的选择。超市收银系统涵盖有界面的开发,数据库的开发,QT的各组件之间的应用。更能增加初学者对Qt语言的了解。关键技术数据库的应用,打开,创建,删除,qt的基本组件(按钮,文本框,加载图片,下拉框,布局管理等的应用)
- 2022-02-21 09:47:41下载
- 积分: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
-
This a transparent example of the menu is actually very beautiful I was examinin...
这是一个透明菜单的 例子 其实很漂亮 我正在研究这个代码 希望 大家能和我一起交流一下 然后彼此沟通沟通 最好是有女朋友和我沟通-This a transparent example of the menu is actually very beautiful I was examining the code and hope that we can join me in sharing what then communicate communication is the best girlfriend and I communicate Oh
- 2022-03-22 10:37:08下载
- 积分:1
-
树型控件源码,一个非常漂亮的源码程序,树型控件源码
树型控件源码,一个非常漂亮的源码程序,树型控件源码-Source tree control, a very good source process, source control tree
- 2022-01-25 18:53:58下载
- 积分:1
-
这是很有效的java代码哦,我做课程设计的时候就参考这个拉
这是很有效的java代码哦,我做课程设计的时候就参考这个拉-This is a very effective java code Oh, I have done courses on the design of the reference Rafah
- 2022-01-25 14:30:25下载
- 积分:1
-
一个java游戏,包括所有源文件和完成!
a java game include all source and the compliled file!-a java game include all source and the Compl IIED file!
- 2022-04-07 06:57:54下载
- 积分:1
-
用VC 编写的不需要DocView的带 隔阂按钮的分割窗口界面框架
用VC 编写的不需要DocView的带 隔阂按钮的分割窗口界面框架-prepared by the VC not DocView estrangement with the buttons of a split window interface framework
- 2022-04-29 22:27:28下载
- 积分:1
-
界面图案演示源码
应用背景c++builder 6.0开发的小程序,适合入门使用,在Form上利用源坐标设置图案,然后修改颜色,变成所需的图案。关键技术利用c++ builder 6.0 开发界面的优势,设计一个图像。
- 2022-07-04 16:13:09下载
- 积分:1