-
一个报表生成控件,是自己开发报表的理想参考
一个报表生成控件,是自己开发报表的理想参考-a Report Generation Control is its own statements the ideal reference
- 2022-12-11 13:15:02下载
- 积分:1
-
一个企业内部用的聊天软件,希望大家多多指点
一个企业内部用的聊天软件,希望大家多多指点-an internal enterprise chat software, we hope that many instructions
- 2022-06-17 09:57:02下载
- 积分:1
-
一个CList类的继承,包括预览,所见即所得的打印等.
一个CList类的继承,包括预览,所见即所得的打印等.- A CList kind of inheriting, including looks at in advance, sees
namely the obtained printing and so on
- 2023-02-21 09:45:03下载
- 积分:1
-
VC++.net中在窗口中显示HTMLHelp并且定位的例子,利用系统API实现。可以F1显示,也可以点击问号或右键显示。...
VC++.net中在窗口中显示HTMLHelp并且定位的例子,利用系统API实现。可以F1显示,也可以点击问号或右键显示。-VC. Net in the window display and positioning HTMLHelp example, the use of system API. F1 can show that you can click on the question mark or right show.
- 2022-03-01 11:54:34下载
- 积分:1
-
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式- The foreigner writes a menu class, may facilitate joins in the
menu from the definition chart sign, may establish the demonstration
is the xp menu way and the ordinary menu way
- 2023-08-01 14:45:03下载
- 积分:1
-
源程序。。关于制作漂亮界面的 。。可以产考 一下 。哈哈哈...
源程序。。关于制作漂亮界面的 。。可以产考 一下 。哈哈哈 -source. . Production on the beautiful interface. . What test can produce. Ho
- 2023-06-07 22:35:03下载
- 积分: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
-
windows mobile环境下的树形控件的一个例子。
windows mobile环境下的树形控件的一个例子。-windows mobile treectrl
- 2022-06-26 06:56:44下载
- 积分:1
-
这是一个窗口的例子,我相信它是一个很好的程序。我们会答..
这是一个VC的窗口的例子,相信是一个好程序.也能使大家喜欢-This is a window of the VC example, I believe it is a good procedure. We would also like to
- 2022-07-04 07:02:42下载
- 积分:1
-
通过实例说明树形控件的使用,并结合ControlBar使用
通过实例说明树形控件的使用,并结合ControlBar使用-Through the examples of the use of tree controls, combined with the use of ControlBar
- 2022-08-23 10:53:54下载
- 积分:1