-
c#半透明加载中...等待效果
应用背景winform 自定义加载等待效果等待动画多线程 关键技术关键代码:using System;using System.Drawing;using System.Windows.Forms;using System.ComponentModel;namespace MyOpaqueLayer{ /// /// 自定义控件:半透明控件 /// /* * [ToolboxBitmap(typeof(MyOpaqueLayer))] * 用于指定当把你做好的自定义控件添加到工具栏时,工具栏显示的图标。 * 正确写法应该是 * [ToolboxBitmap(typeof(XXXXControl),"xxx.bmp")] * 其中XXXXControl是你的自定义控件,"xxx.bmp"是你要用的图标名称。 */ [ToolboxBitmap(typeof(MyOpaqueLayer))] public class MyOpaqueLayer : System.Windows.Forms.Control { private bool _transparentBG = true;//是否使用透明 pr
- 2022-02-03 16:19:46下载
- 积分:1
-
TPC_IP_ch3
TCP/IP source codes
Network server
- 2018-02-19 10:09:17下载
- 积分:1
-
该程序关于Soap的编成例子 用C# 编写 简单易懂 该例子侧重客户端的编写 在Visual Studio .Net2003下编译通过...
该程序关于Soap的编成例子 用C# 编写 简单易懂 该例子侧重客户端的编写 在Visual Studio .Net2003下编译通过 -Soap on the procedures of the organization examples in C# prepared easily understood examples of the focus on the preparation of the client in Visual Studio. Under compile Net2003
- 2022-10-22 22:55:04下载
- 积分:1
-
test0328
实现屏幕上显示自定义形状 并实现了对形状内部填充色及边框的颜色处理 实现了 图形的移动 并对其边界进行限制(Realize the screen to customize the shape and realize the shape of the internal fill color and border color to achieve a deal with the movement of graphics and border restrictions)
- 2008-05-11 13:41:44下载
- 积分:1
-
LAB05
Operations on singly linked list - Create, Insert,Delete,Search
- 2013-01-26 23:09:25下载
- 积分:1
-
linux 0.11内核源码
Linux 0.11内核源码,适合Linux内核初学者。
阅读早期Linux内核源码是学习Linux系统的一个行之有效的途径,0.11版本算是一个不错的选择,是当前新版Linux系统的精简版本。
麻雀虽小,但五脏俱全。
- 2022-05-20 19:30:11下载
- 积分:1
-
先进的网络框架(网络)
Advanced .NET Framework (Networking) - Use Socket-Advanced.NET Framework (Networking)- Us e Socket
- 2022-02-07 12:25:23下载
- 积分:1
-
my-hacker-girlfriend
一本关于黑客的电子书,这本书很火,在网上很难下载(o other about hacker book ,my girl friend
is a hacker, the book is very splendid)
- 2013-05-03 21:54:06下载
- 积分:1
-
展现C#
C#语言自C/C++演变而来。但是,它现代、简单、完全面向对象和类型安全。如果您是C/C++程序员,学习曲线将会很平坦。许多C#语句直接借用您所喜爱的语言,包括表达式和操作符。假如不仔细看,简直会把它当成C++。(C# language since C/C evolved from. However, its modern, simple, fully object-oriented and type safety. If you are C/C programmers, and the learning curve will be very flat. Many C# statements directly borrow your favorite language, including expression and operator. If not careful, it will be just as C.)
- 2004-11-08 16:19:53下载
- 积分:1
-
C++实战源码-用#打印三角形(入门级实例068).zip
C++实战源码-用#打印三角形(入门级实例068).zip
- 2019-10-01下载
- 积分:1