-
c++builder编程实现窗口闪烁的功能,即当一个窗口打开时,如果你没有定位在该窗口,在该窗口将闪烁提示...
c++builder编程实现窗口闪烁的功能,即当一个窗口打开时,如果你没有定位在该窗口,在该窗口将闪烁提示-c builder programming window flashing function, that is, when a window is opened, if you have no position in the window, the window will flicker suggest
- 2023-03-30 06:50:03下载
- 积分:1
-
MFC apppface
这个程序讲述了,如何利用APPFACE优化自己做的软件的界面,3行代码帮你完美实现界面的优化,不用调用任何的代码,只是简单的加入头文件,lib和dll库,帮你完美实现
- 2022-06-18 05:46:12下载
- 积分:1
-
一个用VC++6.0编写的表格控件,类似于Excell的表格控件。
一个用VC++6.0编写的表格控件,类似于Excell的表格控件。-a VC 6.0 forms prepared by the control, similar to the Excel tables controls.
- 2023-08-13 14:55:03下载
- 积分:1
-
在系统状态条上添加图标
在系统状态条上添加图标-state of the system to add icons
- 2022-10-09 18:00: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
-
国际流行的界面风格
国际流行的界面风格--圆角窗体-international pop style of interface-- Fillet Form
- 2022-03-23 15:27:10下载
- 积分:1
-
graphical user interface and programming examples IO code. Guaranteed uptime Oh!
java图形用户界面及IO编程实例代码。保证可以正常运行哦!-graphical user interface and programming examples IO code. Guaranteed uptime Oh!
- 2022-02-24 14:10:58下载
- 积分:1
-
这是一个用vc编写的很漂亮的编辑框程序,不需要解压密码
这是一个用vc编写的很漂亮的编辑框程序,不需要解压密码 -vc prepared with a very nice frame editing procedures, not extracting passwords
- 2022-08-03 00:35:22下载
- 积分:1
-
windows标准的datetime控件的使用实例,用pelles C编写
windows标准的datetime控件的使用实例,用pelles C编写-standard datetime control sample, program in pelles C
- 2022-05-19 09:57:48下载
- 积分:1
-
精美焦点图片广告代码(js+css),
精美焦点图片广告代码(js+css), -Fine focus of an image ad code (js+ Css),
- 2022-12-13 20:35:03下载
- 积分:1