-
窗口分割
用于实现多窗口的分割。一个窗口用于查找,一个窗口显示查找到的文件内容。可以看到文件对话框的实现,多窗口的实现等的一个小程序
- 2022-03-14 01:03:50下载
- 积分:1
-
Ejemplo para utilizar activeskin para visual fox pro
Ejemplo para utilizar activeskin para visual fox pro
- 2022-07-15 00:29:34下载
- 积分: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
-
This book is for professional programmers over the years I have done C++ curricu...
这本书是为专业程序员多年来我做的C++课程下的一个自然产物。我发现,大多数学生经过一周的强化训练,可以适应语言的基本结构,但他们将基础设施有效地混合使用,我真的不乐观。所以我开始尝试组织一些简短、清晰、容易记住的指导方针,作为C++高效使用程序开发的过程。有经验的C++程序员几乎总是遵循,或者几乎肯定必须避免一些东西。
- 2022-03-16 01:28:34下载
- 积分:1
-
your head : This is my I uploaded delphi programming skills power, quality is st...
站长您你好:我这是我上传的delphi编程技巧大权,质量还是比较好的,请您细细审核一下.谢谢!-your head : This is my I uploaded delphi programming skills power, quality is still relatively good, you have carefully examined what. Thank you!
- 2022-05-27 16:55:45下载
- 积分:1
-
在Unicode Delphi组件
Unicode components for delphi
- 2022-02-03 14:07:12下载
- 积分:1
-
winnt下获取窗口标题的更快速方法
winnt下获取窗口标题的更快速方法-One more quick method for getting the window title of winnt
- 2022-01-31 00:45:14下载
- 积分:1
-
窗口分割
这是一个用VC编写的窗口分割的小程序,可以供大家参考,并提出宝贵意见!-This is a VC prepared by the small window segmentation procedures, for your reference, and for the valuable advice!
- 2022-02-25 16:27:01下载
- 积分:1
-
滚动条使用
滚动条使用--摄氏华氏温度
控件数组
用List设置光标形状
虽然写的简单,但我是学生,刚学没多久,编完这3个已经很吃力了-use of the rolling-- Fahrenheit temperature Celsius Control List set up an array with the cursor shape Although written in simple, but my students, learning not just how long the series finished it three have a very tough
- 2023-02-11 10:05:03下载
- 积分:1
-
使用 C# 和 SQL 的预先登录窗体
提前登录窗体 C#.NET 2010年和 SQL 2008 年。
本教程为您了解如何在 C#.NET 中预先登录。它是为初学者只。
在本教程中:
新的用户注册
忘记了密码
更改用户信息
更改密码
和删除用户。
- 2022-06-13 22:05:40下载
- 积分:1