-
Notepad Plusplus
Notepad++ 源码
可以从中学习基本win32封装已经消息绘制流程&&插件管理模型。
- 2022-02-03 19:56:51下载
- 积分: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
-
以时钟显示界面,很漂亮的界面,可以编译运行,好资料
以时钟显示界面,很漂亮的界面,可以编译运行,好资料-the display with timer
- 2022-06-14 17:43:18下载
- 积分:1
-
jpeg. Lib is a C class to load, save, display, transform BMP, JPEG, GIF, PNG, TI...
jpeg.lib is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.-jpeg. Lib is a C class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
- 2022-06-20 08:39:08下载
- 积分:1
-
Socket测试工具
这是一个tcp udp网络测试工具,含tcp 服务端和客户端的创建,udp客户端和服务端的创建,对于测试很方便,适合socket开发的同学学习,
- 2022-01-22 02:34:00下载
- 积分:1
-
输入法感知应用程序
输入法感知应用程序,应用程序有下列类型: ●无IME支持应用程序:这种应用程序不控制IME,然而,如果应用程序接受DBCS字符,用户可以通过IME在应用程序中输入DBCS字符。 ●部分IME支持应用程序:这种应用程序只控制不同的IME上下文,例如打开和关闭IME、写作窗口等等,但是不重新显示任何IME用户界面。 ●完全IME支持应用程序:这种应用程序负责管理通过IME显示给应用程序的任何信息。此次包只有部分IME支持
- 2022-05-18 18:25:50下载
- 积分:1
-
根据CMiniFrameWnd写的一个可以将Child控件显示为POPUP特征
根据CMiniFrameWnd写的一个可以将Child控件显示为POPUP特征-The example of changing a CMiniFrameWnd child windows style to popup
- 2022-02-01 19:07:16下载
- 积分:1
-
Java核心技术卷2源代码,这个还用介绍吗
Java核心技术卷2源代码,这个还用介绍吗-Java core technology Volume 2 source code, also used the briefing? ?
- 2022-03-26 10:40:43下载
- 积分:1
-
Realize software interface was XP style, in order to download the resources, do...
实现软件界面呈XP风格,为了下载资源,不上传看来是不得行的了-Realize software interface was XP style, in order to download the resources, do not upload seems to not be a trip
- 2022-01-26 04:38:22下载
- 积分:1
-
VB6.0 written communication was recorded, by the realization of basic, delete, s...
vb6.0 写的通迅录,实现基本的增、删、查功能。-VB6.0 written communication was recorded, by the realization of basic, delete, search functions.
- 2022-06-13 08:19:44下载
- 积分:1