-
带背景的工具栏,可以举一反三,制作图片背景,彩色背景,真彩背景。...
带背景的工具栏,可以举一反三,制作图片背景,彩色背景,真彩背景。-Toolbar with the background, you can learn by analogy, the production of picture background, background color, true color background.
- 2022-11-17 12:45:03下载
- 积分:1
-
在状态条中显示鼠标的设备坐标与逻辑坐标
在状态条中显示鼠标的设备坐标与逻辑坐标-the state of the equipment shows the mouse coordinates and logic coordinates
- 2022-06-15 16:16:55下载
- 积分: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 content on how to conduct the coordinates of spatial data transformation problems.
- 2022-05-08 03:04:15下载
- 积分:1
-
VC 6 VC.net 2003 VC.net2005下可以编译通过。
一个漂亮的滚动字幕类...
VC 6 VC.net 2003 VC.net2005下可以编译通过。
一个漂亮的滚动字幕类-VC 6 VC.net 2003 VC.net2005 under compile. A beautiful rolling subtitles category
- 2022-02-01 04:12:26下载
- 积分:1
-
VCVisual C++ Program development Baodian colorful example of the edit box border...
VCVisual C++程序开发范例宝典多彩边框的编辑框ColourFrame-VCVisual C++ Program development Baodian colorful example of the edit box border ColourFrame
- 2022-03-18 02:07:06下载
- 积分:1
-
MAC窗体源码,界面非常漂亮,虽然做得不是很好,但值得参考...
MAC窗体源码,界面非常漂亮,虽然做得不是很好,但值得参考-MAC window source code, a very beautiful interface.
it s not very well done, but it s worth reference.
- 2022-03-29 16:52:57下载
- 积分:1
-
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术...
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-obstructive manner with the socket so chat, the use of the multithreading technology and signal volume
- 2022-09-21 17:40:03下载
- 积分:1
-
定时器的应用 定时器可以每经过一定的时间间隔就被触发一次,进而完成一次响应...
定时器的应用 定时器可以每经过一定的时间间隔就被触发一次,进而完成一次响应-application of the timer every timer can take a certain time interval has been a trigger, then completed a response
- 2022-04-30 10:50:51下载
- 积分:1
-
这是介绍使用属性相关类的,相信通过这个类,可以让你领略编程的神秘...
这是介绍使用属性相关类的,相信通过这个类,可以让你领略编程的神秘-This is on the use of property-related, I believe that through this class, which will let you understand the mysterious Programming
- 2023-02-25 13:15:03下载
- 积分:1