-
SMTP客户机
资源描述
- 2022-08-25 16:01:23下载
- 积分:1
-
a simple literary assistant ah! ~ ~ Can be statistics or the number of character...
一个简单的文学助手啊!~~可以统计数字或字的数量还有所在的行-a simple literary assistant ah! ~ ~ Can be statistics or the number of characters have the line
- 2022-03-24 06:19:28下载
- 积分:1
-
在程序中使用不规则形状的按钮可以使程序的界面显得更加丰富多彩,与众不同,该程序演示了不规则安钮的实现方法。...
在程序中使用不规则形状的按钮可以使程序的界面显得更加丰富多彩,与众不同,该程序演示了不规则安钮的实现方法。-procedures in the use of the irregularly shaped button to make the program interface is more colorful, unusual, the program demonstrated a button on the irregular method.
- 2022-02-05 21:03:34下载
- 积分:1
-
C# development objectlist and Its Application
用C#开发的链表类及其应用-C# development objectlist and Its Application
- 2022-06-14 03:56:08下载
- 积分:1
-
switching window of students achieving information inquiries can be added and de...
切换窗口实现的学生信息查询,可以添加和删除。-switching window of students achieving information inquiries can be added and deleted.
- 2022-03-11 09:57:39下载
- 积分:1
-
I find some of the programming are classic examples of right and learning progra...
我找的一些的编程的实例 都是很经典的 对与学习编程的人来说有很好的借鉴-I find some of the programming are classic examples of right and learning programming people have a good draw
- 2022-05-22 21:32:46下载
- 积分:1
-
让工具栏的按钮动起来,并且详细的说明了动态按钮的单击事件的代码添加。...
让工具栏的按钮动起来,并且详细的说明了动态按钮的单击事件的代码添加。-let toolbar button to move, and detailed description of the dynamic click the button to add the code.
- 2022-03-15 06:25:20下载
- 积分:1
-
a very good interface and special effects programming examples! Flame, water, la...
一个很不错的界面和特效编程例子!火焰、水波、熔岩三类特效,值得学习!-a very good interface and special effects programming examples! Flame, water, lava three types of effects, it is worth learning!
- 2022-01-21 18:51:17下载
- 积分:1
-
E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载...
E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载也非常的简单方便。E398还增添了TF卡以加大内存容量,别小看TF卡小小的体积,但其最大的存储容量可以达到128MB,如此细小的体积十分适用于体积越来越轻便的手机,预计MOTO也会不断在日后的机型中使用TF卡作为扩展内存的设备。-E398 GPRS high-speed network to download, combined with support for Java, users can download Java or edit their own procedures to rich mobile applications, network JAVA procedures have been widespread, users download is a very simple and convenient. The E398 has been added to increase TF card memory capacity, TF Do not underestimate the size of a small card, but its biggest storage capacity can reach 128, so the volume is very small in size portable phones, Motorola is expected in the future will continue to use the model TF expansion memory cards as the equipment .
- 2022-07-14 09:57:47下载
- 积分: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