-
一个能够实现像windows资源管理器的模拟资源管理器源代码
一个能够实现像windows资源管理器的模拟资源管理器源代码-to achieve as a resource management windows Simulation of resource management for source code
- 2023-04-16 06:40: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
-
像素编辑器在VB6
这是基于矢量绘图的像素编辑器工具。在本程序用vb6编写,可以对显示器屏幕像素进行编辑。
- 2023-06-12 09:00:03下载
- 积分:1
-
一个跨平台界面开发包fltk(UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS&...
一个跨平台界面开发包fltk(UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS® X.)-a cross-platform interface development kit fltk (UNIXreg/Linuxreg (X11), Microsoftreg Windows , and MacOSreg X.)
- 2022-06-19 14:38:04下载
- 积分:1
-
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在...
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在一起,做下位机的上位机显示。-This is a text LCD display good routines. Its function in dynamic interface to display text, pictures, particularly suited to its own interface to add flash points such things. In addition, the LED lamps can state with such shows together and make a place for the PC display.
- 2023-01-04 03:50:03下载
- 积分:1
-
是一个关于VB的城市人口的程序,希望对学 VB的同学有所帮助
是一个关于VB的城市人口的程序,希望对学 VB的同学有所帮助-VB is one of the procedures of the urban population, and I hope to learn VB help students
- 2022-04-10 10:29:35下载
- 积分:1
-
年、月份选择控件
年、月份选择控件-Year, month selector control
- 2022-08-10 20:40:56下载
- 积分:1
-
OpenGL MFC
做的简单的界面用OPENGL和MFC。
比较简单,但是很实用,运用阴影,加其他。
- 2023-01-06 17:30:04下载
- 积分:1
-
可以列出指定文件夹,并双击打开。
可以列出指定文件夹,并双击打开。-list designated folder, and double-click to open.
- 2023-05-08 13:20:02下载
- 积分:1
-
怎样使用MSCHART控件,进行编程。
怎样使用MSCHART控件,进行编程。-how to use the controls, programming.
- 2022-03-16 20:07:03下载
- 积分:1