-
完全模拟OICQ的界面的程序
完全模拟OICQ的界面的程序- Completely simulates OICQ the contact surface procedure
- 2022-01-26 05:13:40下载
- 积分:1
-
WebBase工作
应用背景我们九月的“社会选择”项目本月的社区选举 ;PSEint,西班牙语的编程学生伪代码解释器。PSEint是一个工具,协助规划在他们的第一个步骤的学生。通过一个简单而直观的伪语言在西班牙语,关键技术PHP ;我们九月的“社会选择”项目本月的社区选举
- 2022-02-13 06:25:38下载
- 积分:1
-
redraw the window this is a very good redraw window
redraw the window this is a very good redraw window
- 2022-03-23 02:17:50下载
- 积分:1
-
简易记事本程序
资源描述vc++编写的简易记事本,可用于文字编辑,小巧易用,简洁而不简单。
- 2022-11-03 23:05:03下载
- 积分:1
-
Flex3下实现类Windows Metro风格界面
Metro UI是微软在Windows Phone 7中正式引入的一种 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 01:13:08下载
- 积分:1
-
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径...
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径-E-mail reminders, new messages of a timely reminder, you can use with the outlook, as long as you set the path to outlook
- 2022-06-29 07:05:52下载
- 积分:1
-
一个非常简单的滚动条控件,演示滚动条控件是如何使用的
一个非常简单的滚动条控件,演示滚动条控件是如何使用的 -a very simple rolling of control, rolling demonstration of how to use the controls of the
- 2022-06-29 05:29:50下载
- 积分:1
-
How to dynamically drag selected ListItems in the VB ListView
How to dynamically drag selected ListItems in the VB ListView
- 2023-02-11 17:05:04下载
- 积分: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
-
图像识别程序,数字图像处理,源代码及资料等等,找到的,很不错...
图像识别程序,数字图像处理,源代码及资料等等,找到的,很不错-image identification procedures, digital image processing, source code and information, and so on, to find, and very good
- 2022-10-10 13:50:02下载
- 积分:1