-
一个Tree控件,用Tree显示当前目录的所有目录及其目录下的文件名。...
一个Tree控件,用Tree显示当前目录的所有目录及其目录下的文件名。-A Tree control, the Tree displays the current directory and the directory of all directories under the file name.
- 2022-03-02 13:12:38下载
- 积分:1
-
xtra grid控件
xtra grid控件-xtra grid control
- 2022-01-27 22:38:46下载
- 积分:1
-
简介
Introduction
Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps.
Features
Transparency effect for both channel and thumb.
Customize size of the thumb.
Flicker free.
It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap. -IntroductionDo you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap.
- 2022-03-12 12:19:31下载
- 积分:1
-
本程序来编出一个界面,功能是实现从ACCESS数据库中导入数据表。...
本程序来编出一个界面,功能是实现从ACCESS数据库中导入数据表。-Part of this program to an interface function is to achieve from the ACCESS database to import data sheet.
- 2022-12-01 00:35:03下载
- 积分:1
-
Farewell icon distortion troubles, use VC++ Realize, bitmap operations
告别图标失真的烦恼,利用VC++实现,位图操作-Farewell icon distortion troubles, use VC++ Realize, bitmap operations
- 2022-12-24 11:20:03下载
- 积分:1
-
MIS主界面框架源代码,包括Toolbar、StatusBar
等。开发语言pb10.5...
MIS主界面框架源代码,包括Toolbar、StatusBar
等。开发语言pb10.5-MIS main interface framework for source code, including the Toolbar, StatusBar, etc.. Development language pb10.5
- 2022-03-07 21:20:54下载
- 积分:1
-
这是个银行系统, 这是个很不错的编程代码,是有关于MVC的编程是由中科院的老师亲自编写的。...
这是个银行系统, 这是个很不错的编程代码,是有关于MVC的编程是由中科院的老师亲自编写的。-This is a banking system that is a very good programming code, is on the MVC programming from the CAS is personally prepared by the teacher.
- 2022-08-07 21:48:17下载
- 积分: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
-
类以于RealPlayer播放器中界面的多种显示模式(如:正常、精简模式)的实现方法...
类以于RealPlayer播放器中界面的多种显示模式(如:正常、精简模式)的实现方法-category in a player RealPlayer interface of a variety of display modes (such as : normal, streamlining models) Method
- 2022-02-24 21:21:30下载
- 积分:1
-
操作系统进程的挂起和解挂,内存的动态分配以及进程运行完毕后回收内存等。功能齐全,供大家参考...
操作系统进程的挂起和解挂,内存的动态分配以及进程运行完毕后回收内存等。功能齐全,供大家参考-operating system processes linked to the duration of reconciliation, dynamic memory allocation, and the process of recovery after the operation memory. Fully functional, for your reference
- 2022-04-20 15:25:12下载
- 积分:1