-
csharp写的文本编辑器,可以实现类似于WORD的一些功能,很实用的一个东西...
csharp写的文本编辑器,可以实现类似于WORD的一些功能,很实用的一个东西 -CSharp write a text editor, can be achieved similar to some of the features of WORD, a very practical things
- 2022-05-05 14:19:59下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1
-
ModelessDialog
Definition dialog box template and declare dialog box modal dialog box class need only declare a cdialog derived class object and call Domadal function can be
- 2022-02-14 05:31:17下载
- 积分:1
-
这是一个用VB6.0编写直接请空回收站的程序
这是一个用VB6.0编写直接请空回收站的程序-This a preparation with VB6.0 Please direct air Recycling procedures
- 2022-06-03 14:43:36下载
- 积分:1
-
This is a drawing program, we can draw graphics Tools menu, you can use the last...
这是一个绘图程序,既可以用Tools菜单绘制图形,也可以用最后一行的工具条绘制。-This is a drawing program, we can draw graphics Tools menu, you can use the last line of the drawing toolbar.
- 2022-12-03 00:10:03下载
- 积分:1
-
读懂这个程序,可以在DOS下随心所欲的编写各种图形化菜单
读懂这个程序,可以在DOS下随心所欲的编写各种图形化菜单-understand the process, the DOS attained the preparation of various graphical menu!
- 2022-02-24 11:54:13下载
- 积分:1
-
Blending(CGProject) source code.
it is useful for computer student and men who...
Blending(CGProject) source code.
it is useful for computer student and men who interested in computer graphics.
- 2022-06-19 18:50:35下载
- 积分:1
-
slider interface development category of personal customization, calling its lib...
界面开发类
滑块的个人定制,调用其库文件即可。大家可以看看。-slider interface development category of personal customization, calling its library can be. We can look at.
- 2022-04-25 18:29:22下载
- 积分:1
-
功能非常齐全的GridControl VC源码
功能非常齐全的GridControl VC源码-Very complete source GridControl VC
- 2022-03-04 03:07:29下载
- 积分:1
-
VB 如何获取硬盘温度
应用背景 首先运行VB 6中文版,建立一个标准的exe工程,将窗体命名为frmmain,borderstyle属性设为:3-fixed,caption,属性设置为空;接着添加一个frame控件——“frame1”,caption属性设置为空,再添加picturebox控件pctPrg,前景色为绿色,背景色为浅红色;最后添加一个定时器控件——“timer”,interval设置为100(当然,也可以根据自己的需要设置读取间隔),enabled设置为true,其他的属性采用系统的默认值,调整窗体和控件到适当位置和适当大小即可(参见附图)。关键技术需要说明的是,在内存配置较低的计算机中(比如内存32MB,Windows 98第二版),CPU的占有率是较高的,一般能够达到50%,这可能是由于系统需要CPU进行许多的运算模拟来弥补资源的不足。然而在88MB内存,同样操作系统的机器上,占有率一般只有10%。另外,本文主窗体中定时器运行过程函数中调用的FormatPercent函数是VB 6.0新添加的一个函数,它的作用是将一个表达式转化成百分数。用VB 5.0开发的读者需要采取其他变通方法,以实现监控CPU功能。本程序在Windows 98第二版、VB 6.0中文企业版下测试通过。
- 2022-07-19 23:40:29下载
- 积分:1