-
聊天的一个小程序 使用的是用WINSOCK控件,达到局域网之间的聊天功能。无解压密码,...
聊天的一个小程序 使用的是用WINSOCK控件,达到局域网之间的聊天功能。无解压密码,-chatting a small program is the use of the Winsock Control, reaching between the LAN chatting. Without extracting passwords,
- 2023-04-09 06:50:03下载
- 积分:1
-
delphi默认的pannel没有transparent属性的 所以有了这个控件,透明的Panel...
delphi默认的pannel没有transparent属性的 所以有了这个控件,透明的Panel -delphi default properties pannel not so transparent With this control, transparent Panel
- 2022-03-01 08:39:28下载
- 积分:1
-
A FTPServer procedure writes which with IdFTPServer may
facilitate FTP the compi...
用IdFTPServer写的一个FTPServer程序
可以方便FTP的编写- A FTPServer procedure writes which with IdFTPServer may
facilitate FTP the compilation
- 2022-02-04 11:02:35下载
- 积分:1
-
This is a broadcast
这是一套广播级有线电视台MTV互动点播系统 非常不错的哦-This is a broadcast-cable MTV interactive on-demand system is very good oh
- 2022-01-26 07:13:23下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
漏洞使用, 漏洞使用,
漏洞使用, 漏洞使用, -use of loopholes, loopholes in the use, the use of the loopholes, loopholes used loopholes in the use, the use of the loopholes,
- 2022-08-17 11:09:54下载
- 积分:1
-
参观石IPC$ %软起动器的经销商(!一个万方数据()()()!* * *()()()!* # # &…
参观何必四通工控$%&软起动器经销商( ! )()()(!**()()(!*##A 万方数据 《电子技术应用》!""!年第#期 和外部...中.这样安排,对汇编程序没什么问题,但与L0#主 程序连接的时候,并-visited Stone IPC $% soft starter dealers (! A Wanfang Data )()()(!**()()(!*## "electronic technology applications "!""!# period, and which external ... . this arrangement, nothing in the compilation process, but with# 390 connecting to a main program and
- 2022-01-31 05:31:25下载
- 积分:1
-
键盘监控
这是一个对键盘的字符输出的监控,用VS2012 编写 windows8下要用管理员权限运行,当用户运行程序后,键盘的输出将会被记录在新生成的文本里,
- 2023-06-21 21:45:06下载
- 积分:1
-
一个费城好的button,实用简单方便。适合所有VC朋友
一个费城好的button,实用简单方便。适合所有VC朋友-Philadelphia good a button, simple and practical. Suitable for all VC Friend
- 2022-07-21 13:54:57下载
- 积分:1
-
一日写程序,倍感无聊,想知道到底我按了多少次键,想看看键盘和鼠标被我“折磨”了多少次。嘿嘿。 为了满足自己的好奇心,所以有了一个写一下小程序的想法。 MyDet...
一日写程序,倍感无聊,想知道到底我按了多少次键,想看看键盘和鼠标被我“折磨”了多少次。嘿嘿。 为了满足自己的好奇心,所以有了一个写一下小程序的想法。 MyDetective是一个侦测你的按键次数的一个有趣的小工具,包括鼠标左右按键和键盘上的每一个键。 想想在你写文章的时候或者写程序的时候,还可以统计出你按了多少次键,是不是很有趣呢?-written procedures on the 1st, I feel boring, and in the end I would like to know by the number of keys, I would like to see the keyboard and mouse I was "tortured" a number of times. Laughter. In order to satisfy their own curiosity, with a small program written about the idea. MyDetective detection is one of the keys you a number of interesting little tools, including the mouse and keyboard buttons around each of a button. Think of your time writing articles or written procedures, can also give your statistics on the number of keys, is not very interesting?
- 2023-07-26 03:35:03下载
- 积分:1