-
选择桌面窗口变为透明
选择桌面窗口变为透明-choose desktop transparent window into
- 2022-03-04 17:49:58下载
- 积分:1
-
C反跳表
Jump statment in C shapr
- 2022-03-18 22:50:35下载
- 积分:1
-
如何绘制汽车的速度拨号
GDI+图形文字处理编程,如何绘制汽车速度表盘-How to draw car the speed dial
- 2023-02-12 23:30:03下载
- 积分:1
-
VC 画曲线控件,方便易用,美观
VC 画曲线控件,方便易用,美观...
VC 画曲线控件,方便易用,美观
VC 画曲线控件,方便易用,美观-VC painting curve control, user-friendly, visual art VC curve control, user-friendly, visual
- 2022-01-25 19:34:52下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
XPMENU的源代码
XPMENU的源代码,1、本程序可免费使用及修改,如果有使用该控件,不错的选择。XPMENU是个很好的菜单设计程序。
- 2022-02-04 01:59:08下载
- 积分:1
-
Settings dialog from the accelerated keys table to achieve the use of shortcuts
从对话框中设置加速键表来实现快捷键的使用-Settings dialog from the accelerated keys table to achieve the use of shortcuts
- 2023-07-22 12:50:03下载
- 积分:1
-
A simple diary, user
一个简单的日记本,界面友好,功能实用,挺好的-A simple diary, user-friendly, functional and practical, quite good
- 2023-01-23 16:20:03下载
- 积分:1
-
C #录音
audio recording in c#
- 2022-01-25 19:25:51下载
- 积分:1
-
PixieLib(MFC扩充库)
资源描述MFC扩充库(全部有源程序),想学习的同学赶紧下载,好好加油!
- 2023-06-06 02:50:03下载
- 积分:1