-
it is a editor
it is a editor
- 2022-06-19 16:44:35下载
- 积分:1
-
一个在ListCtrl中显示提示的例子
一个在ListCtrl中显示提示的例子--An example of display hint in ListCtrl
- 2023-07-07 03:30:03下载
- 积分:1
-
结婚插件
资源描述插件添加到WordPress管理婚介网站的用户注册和管理具有强大的WordPress网站。适用于印度教婚姻网站,。更改布局和你的WordPress主题设计。添加到你的WordPress的插件文件夹首先 工作; ; ; ;
- 2022-08-12 12:25:08下载
- 积分: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
-
Delphi midas.rar
deiphi 三层开发所有需要的相关链接库,
deiphi 三层开发所有需要的相关链接库,
deiphi 三层开发所有需要的相关链接库,
deiphi 三层开发所有需要的相关链接库,
deiphi 三层开发所有需要的相关链接库
- 2022-10-04 08:15:03下载
- 积分:1
-
在 C 语言中的球游戏
这是一场游戏,在那里 u 拍摄从加农炮、 加农炮球像子弹一样的举动和命中目标。所以你会看到此程序: 1 中的三个主要的事情。旋转加农炮 ;2.如何将移动对象像子弹一样3.很简单碰撞 detectionBefore 编译代码不要忘记更改相应地使用 initgraph() 函数中的路径。这是一个 DOS 游戏,需要 Turbo C/c + + 编译。如果你想要看到的输出 (完整的程序),
- 2023-08-30 09:45:02下载
- 积分:1
-
实现commctrl功能,主要用于界面设计,是msdn sample
实现commctrl功能,主要用于界面设计,是msdn sample-achieve commctrl functions, mainly for interface design is flowing sample
- 2022-04-02 06:37:18下载
- 积分:1
-
用VB实现对二进制数据的存取。(如:图片,文本文件,电影......)...
用VB实现对二进制数据的存取。(如:图片,文本文件,电影......)-VB right binary data access. (Eg : photos, text files, the film ......
- 2022-03-05 00:04:34下载
- 积分:1
-
本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import "g:program filescommon filessy...
本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import "g:program filescommon filessystemadomsado15.dll" no_namespace rename("EOF","adoEOF")
msado15.dll的路径-The program uses ADO to visit ACCESS2000 database. Please modify stdafx.h appropriate in# Import
- 2022-07-01 21:22:59下载
- 积分:1
-
这个界面里有托盘程序,还有关于对话框动态打开和隐藏的程序,很适合初学者参考....
这个界面里有托盘程序,还有关于对话框动态打开和隐藏的程序,很适合初学者参考.-the pallet interface there are procedures, but also on dynamic dialog open and hidden procedures, reference is very suitable for beginners.
- 2022-07-24 06:29:57下载
- 积分:1