-
wxwidgets grid 的详细使用例程
wxwidgets grid 的详细使用例程,使用codeblocks widgets开发,gcc编译,经过测试,可以使用
- 2022-05-13 16:13:59下载
- 积分:1
-
动态增加状态条及其他控件
动态增加状态条及其他控件-dynamic increase of the state and other controls
- 2022-03-24 23:51:09下载
- 积分:1
-
一个用VC++编写的换肤软件!内含源文件! 并且可以对按钮进行换肤...
一个用VC++编写的换肤软件!内含源文件! 并且可以对按钮进行换肤-a VC++ software prepared by the Eurocargo! Intron source! Buttons can be right for Eurocargo
- 2022-05-20 09:03:18下载
- 积分:1
-
with the development of a pop
用c#开发的自动关闭弹出窗口程序,可应用到IE中,让讨厌的广告从此离开把-with the development of a pop-up window automatically shut down procedures, can be applied to Internet Explorer, so hated to leave from the advertisements put
- 2022-03-17 19:21:58下载
- 积分:1
-
对MFC的Dialog进行了一系列的扩展.详细使用说明见附带的CDialogEx.htm文件.
设计思想可见源代码的注释...
对MFC的Dialog进行了一系列的扩展.详细使用说明见附带的CDialogEx.htm文件.
设计思想可见源代码的注释-right MFC Dialog carried out a series of expansion. A detailed description of the use of incidental CDialogEx.htm document. Design ideas can be seen in the source code Notes
- 2023-08-12 05:20:03下载
- 积分:1
-
这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制...
这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制-make this a window for interface with the toolbar can call this function in the source code in hopes useful. I have the opportunity to download or 0, I can not find its procedures in the hope that the moderator opened the restrictions
- 2022-10-05 06:25:03下载
- 积分:1
-
a simple radio button controls demo program, presentation radio button control i...
一个简单的单选按钮控件演示程序,演示单选按钮控件是如何使用的-a simple radio button controls demo program, presentation radio button control is how to use the
- 2023-05-29 18:00: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 good choice rectangular region can support drag-and-drop
- 2022-12-28 03:40:04下载
- 积分:1
-
一个用VB编写的系统托盘区气泡提示,非常经典,试过了就知道!...
一个用VB编写的系统托盘区气泡提示,非常经典,试过了就知道!-VB prepared using a system tray bubble prompted the district, very classic, tried it out!
- 2022-05-30 13:40:29下载
- 积分:1