-
使用 C# 和 SQL 的预先登录窗体
提前登录窗体 C#.NET 2010年和 SQL 2008 年。
本教程为您了解如何在 C#.NET 中预先登录。它是为初学者只。
在本教程中:
新的用户注册
忘记了密码
更改用户信息
更改密码
和删除用户。
- 2022-06-13 22:05:40下载
- 积分:1
-
可以实现 CRectTrack 类功能的拖动类,可以移动拖动直线,可拖动普通 CObject 对象。...
可以实现 CRectTrack 类功能的拖动类,可以移动拖动直线,可拖动普通 CObject 对象。-Can realize the drag CRectTrack functional category, drag a straight line can be moved to drag the general CObject object.
- 2023-04-17 02:25:04下载
- 积分:1
-
本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。...
本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。-This book is to urge the practice is a good choice, PowerBuilder introduced the scope of application, and some cases, programming details, hoping to have a helping hand.
- 2023-06-20 08:00:03下载
- 积分:1
-
可通过改变窗口大小来改变窗口颜色详见CColorWindowView::OnDraw(CDC* pDC)...
可通过改变窗口大小来改变窗口颜色详见CColorWindowView::OnDraw(CDC* pDC)-can change the window size to change the window colors detailed CColorWindowView : : OnDraw (CDC* pDC)
- 2022-02-02 15:44:55下载
- 积分:1
-
Pie chart control, achieved a 2D, 3D effects, very good, very strong
饼图控件,实现了2D,3D效果,很好,很强大-Pie chart control, achieved a 2D, 3D effects, very good, very strong
- 2022-08-08 19:28:49下载
- 积分:1
-
可以打印出任意图形
可以打印出任意图形-can print out arbitrary graphics
- 2022-03-13 23:30:43下载
- 积分:1
-
功能超强,XP的源的按钮控件,并有实例源码,VB等。
功能超强的xp源码按钮控件,内有源码和示例,vb爱好者不可多得的好控件-functional super xp source button controls, and there are examples of FOSS, vb lovers very good control
- 2022-01-22 14:57:05下载
- 积分:1
-
CD-ROM工具C++Builder源码源代码,非常有用.-CD-ROM tool C++ Builder source code source code, very useful.
- 2022-07-27 03:35:09下载
- 积分: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
-
use of information data exchange mechanism to achieve convenient and flexible ap...
利用消息机制实现数据交换实现方便、应用灵活,广泛应用于无须大量、频繁数据交换的内部进程通信系统之中。-use of information data exchange mechanism to achieve convenient and flexible applications, which are widely used without massive, frequent exchange of data in the internal process communications system.
- 2022-01-24 10:10:17下载
- 积分:1