-
VCLSkins 是windows编程常用的界面换肤控件。非常实用!有了它,你就可以让你的程序添加万种色彩!...
VCLSkins 是windows编程常用的界面换肤控件。非常实用!有了它,你就可以让你的程序添加万种色彩!-VCLSkins is commonly used in windows programming interface control skin. Very useful! With it, you can let you add the 10,000 kinds of colors!
- 2022-02-25 04:21:10下载
- 积分:1
-
钩子程序
全局钩子,可以实现对键盘的监听和消息的处理,供新手学习系统编程
- 2022-11-04 20:45:03下载
- 积分: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
-
vc control on the use of the type the note, through learning, you will take cont...
这是关于vc控制条类使用的说明,通过学习,你将掌握控制条类的使用-vc control on the use of the type the note, through learning, you will take control of the use of the category
- 2022-12-22 04:00:03下载
- 积分:1
-
TTF freetype的好例子
调用microsoft的TTF好方法例子freetype -TTF good example freetype
- 2022-03-20 17:16:01下载
- 积分:1
-
在VC++下的windows界面编程,运用画笔、画刷实现了图形界面的编程控制...
在VC++下的windows界面编程,运用画笔、画刷实现了图形界面的编程控制-in VC under the windows programming interface, using brushes, brush painting to achieve a graphical programming interface control
- 2022-03-17 10:40:25下载
- 积分:1
-
GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方面的需求,请参阅
GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方面的需求,请参阅-GridCtrl controls, Annex demonstrated enhanced GridCtrl control, if you have needs in this area, please refer to
- 2022-10-30 04:25:03下载
- 积分:1
-
Graph tools written in vc
Graph tools written in vc-Graph tools written in vc++...
- 2022-02-16 06:05:27下载
- 积分:1
-
噶金电风扇感按时打发士大夫撒但是大师傅感黄色
噶金电风扇感按时打发士大夫撒但是大师傅感黄色-jsdkah dsgds
- 2022-06-03 00:10:50下载
- 积分:1
-
后台管理系统
资源描述网上下载下来的,花了资源,著作权非本人,请勿用于商业。
- 2023-07-27 12:30:14下载
- 积分:1