-
VB LED/LCD 数字显示控件源码
应用背景VB编写的LED/LCD数字显示控件的源代码,有多种风格样式,它可以支持自定义图片显示,可以用于显示数学符号及日期时钟等方面。关键技术-VB-specific LED/LCD digital display clock controls the source code, there are a variety of styles, it can support custom picture shows, you can display mathematical symbols such as the date and clock.
- 2022-08-07 04:52:31下载
- 积分: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
-
一个可以把位图文件转换为文本文件的源程序,大家试试看
一个可以把位图文件转换为文本文件的源程序,大家试试看-one can bitmap conversion of the source text file, we try
- 2023-06-20 07:20:04下载
- 积分:1
-
有趣的MFC编程
多种window小程序可通过MFC编程实现,详尽教程手把手教你玩转MFC!!
- 2022-01-25 17:15:27下载
- 积分:1
-
BCB stop String grid to preserve the data in the document to Bibliometrics demo...
BCB下把String grid里的数据保存到EXCELL文件的演示代码,调用接口极为简单。-BCB stop String grid to preserve the data in the document to Bibliometrics demo code, Call interface is extremely simple.
- 2022-07-04 15:11:13下载
- 积分:1
-
简单的电话簿程序
一个简单的电话簿程序,很好的利用了MFC的控件知识。值得新手学习一下
- 2022-03-23 15:27:44下载
- 积分:1
-
[战士]嘲讽助手TauntBuddy
WOW专用
[战士]嘲讽助手TauntBuddy
WOW专用-[soldiers] mocked WOW special assistant TauntBuddy
- 2022-03-31 09:22:20下载
- 积分:1
-
VB development environment similar to the list of attributes the achievement of...
类似VB开发环境中的属性列表的实现方案代码,简洁易用-VB development environment similar to the list of attributes the achievement of program code, to be user-friendly
- 2022-03-13 20:51:54下载
- 积分:1
-
mfc programming with a student management system friendly interface can be added...
一个用mfc编程的学生管理系统界面友好,可以对学生成绩添加删除修改查找等功能,可用于小学校的成绩管理-mfc programming with a student management system friendly interface can be added to student achievement amended to delete search functions that can be used for the primary performance management
- 2022-04-11 21:41:33下载
- 积分:1
-
为一个改进功能地树控件,很好的
为一个改进功能地树控件,很好的-to improve the function of a tree to control and very good
- 2022-07-23 11:16:53下载
- 积分:1