-
IE4里面使用的控件。有类似输入/选择URL的复选框,时间日期选择等等控件...
IE4里面使用的控件。有类似输入/选择URL的复选框,时间日期选择等等控件-The control using in IE4.Containing the check box that input and select url and time selector
- 2022-08-08 02:08:37下载
- 积分:1
-
vc++ 单文档多视图切换
vc++ MultiView 单文档多视图切换, 通过菜单命令切换, 利于初学者掌握现成的程序
- 2022-05-21 06:41:23下载
- 积分: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
-
基于多文档的绘制曲线程序,动态生成多个绘制曲线窗口,生成的曲线可通过鼠标选定区域放大缩小,
各曲线绘制窗口可选择切换。...
基于多文档的绘制曲线程序,动态生成多个绘制曲线窗口,生成的曲线可通过鼠标选定区域放大缩小,
各曲线绘制窗口可选择切换。-the program is based on MULTIWINDOW interface used to draw curves, and the window is created dynamically and controllably.
Any part of the curves on the windows can be amplified and can return back to the base size.
- 2023-01-01 15:05:03下载
- 积分:1
-
MapX samples5 示例程序 驱动小车
MapX 示例程序,驱动小车,有自己的地图文件,,很实用的,用键盘驱动,A,D,W,S,这几个键,分别是向左,向右,向上,向下。
- 2023-09-05 19:00:04下载
- 积分:1
-
音乐播放器
一个用API写的音乐播放器,包含了MFC中各种控件的用法,大致能够满足初学者的学习需求。例如列表框,文本编辑框,进度条等等的使用。非常适合一时找不到学习途径的初学者学习
- 2022-08-09 23:07:26下载
- 积分:1
-
可拖动换位置、随机排序的JS图片墙效果
可拖动换位置、随机排序的JS图片墙效果 面向对象的方式 由html,css,js编写
一个基于JavaScript技术的照片墙实例演示,使用鼠标拖动图片可为图片换位置,可随机打乱图片顺序。使用时先准备好一定序列编号的图片集,设定JavaScript代码内的路径,程序会自动读取图片,记得不要让循环溢出哦,那样会出错的。
- 2022-02-18 16:38:38下载
- 积分:1
-
经典MFC小游戏源代码
此游戏与手机上的游戏有类似之处,通过消除相同颜色星星,获得更高的分数,用户可以选择级别进型那个游戏
- 2022-03-14 14:10:34下载
- 积分:1
-
Solar conversion FOSS
阴阳历的转换源码-Solar conversion FOSS
- 2022-02-01 10:47:16下载
- 积分:1
-
mouse and keyboard surveillance procedures, and with dll exe and the original do...
鼠标和键盘的监视程序,附有dll和exe及原文件,测试可行-mouse and keyboard surveillance procedures, and with dll exe and the original document, test feasible
- 2023-03-06 00:25:04下载
- 积分:1