-
用VB扫描硬盘上的文件和东西,调用API和DIR命令!是你最好的工具和手册...
用VB扫描硬盘上的文件和东西,调用API和DIR命令!是你最好的工具和手册-VB scanning files on the drive and the things that API calls and DIR command! You are the best tools and manuals! !
- 2022-05-12 15:12:10下载
- 积分:1
-
介绍一个有Toolbar功能的可重用类 CPopupText
介绍一个有Toolbar功能的可重用类 CPopupText-Toolbar introduced a function of reusable type CPopupText
- 2022-06-21 09:09:29下载
- 积分:1
-
IP转换工具
资源描述MFC开发的小程序,适合初学者学习对话框,同时很实用,自动化实现IP的改变。
- 2022-03-21 19:41:24下载
- 积分:1
-
用java实现了编程时功能模块的用法,是一个不错的教学例子
用java实现了编程时功能模块的用法,是一个不错的教学例子-Achieved using java programming functional modules to use, it is a good example of teaching
- 2022-05-06 03:41:11下载
- 积分:1
-
mfc提示控件详细使用方法
mfc提示控件详细使用方法,使用很详细,对初学者还是熟练掌握的人都是很好的。mfc提示控件详细使用方法,使用很详细,对初学者还是熟练掌握的人都是很好的。mfc提示控件详细使用方法,使用很详细,对初学者还是熟练掌握的人都是很好的。
- 2023-04-19 22:30:03下载
- 积分:1
-
Cycle in GL
//ConsoleApplication11.cpp:定义控制台应用程序的入口点。
- 2022-03-13 06:27:54下载
- 积分:1
-
一种类似MSN消息提示框,使用VC++开发
一种类似MSN消息提示框,使用VC++开发-MSN prompt a similar message box, use the VC++ Developer
- 2022-02-10 17:29:46下载
- 积分: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
-
用c语言编写的记事本程序,可以实现记事本的相关功能
用c语言编写的记事本程序,可以实现记事本的相关功能-prepared by the Chronicle this program, the notebook can achieve the related functional
- 2022-12-16 02:10:03下载
- 积分:1
-
window TC
窗口开发 TC 源码,简单的指令形式-window TC-source development, the simple directive forms
- 2022-07-04 05:33:37下载
- 积分:1