-
此代码是《Visual C++6.0程序设计从入门到精通》的原代码光盘。...
此代码是《Visual C++6.0程序设计从入门到精通》的原代码光盘。-This code is
- 2022-03-23 17:47:52下载
- 积分:1
-
局域网通讯
文件实现了基本的局域网内通讯,开发语言为VB,可通过连接对方计算机的IP地址和计算机名称,在同一局域网下能实现互相通讯,如同平时QQ,目前实现功能仅为可发送信息,还有注定内容需要修改,优化。。。
- 2022-02-04 21:21:47下载
- 积分:1
-
编写的一个当鼠标移动到按钮上时按钮会跑到其他地方,你永远也点不到...
编写的一个当鼠标移动到按钮上时按钮会跑到其他地方,你永远也点不到-When the preparation of a mouse button when the button will go to other places, you never point less than
- 2023-05-26 06:00:03下载
- 积分: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
-
一个可以很方便的用来编写渐变进度条的MFC控件源码,里面的demo给出了一个应用的例子。
一个可以很方便的用来编写渐变进度条的MFC控件源码,里面的demo给出了一个应用的例子。-One can easily be used to prepare the gradual progress of the MFC control source, which gives a demo of the application examples.
- 2022-10-19 17:00:03下载
- 积分:1
-
在对话框上面实现IE界面,采用VC++代码实现,供大家研究学习
在对话框上面实现IE界面,采用VC++代码实现,供大家研究学习
-achieve in the dialog box above IE interface, using VC source implementation for the study of learning
- 2022-03-11 12:13:35下载
- 积分:1
-
使用CheckBox代替Frame/GroupBox的标题
使用CheckBox代替Frame/GroupBox的标题-The example of using checkbox to replace the title of Frame or GroupBox
- 2022-08-11 13:24:59下载
- 积分:1
-
窗口分割
用于实现多窗口的分割。一个窗口用于查找,一个窗口显示查找到的文件内容。可以看到文件对话框的实现,多窗口的实现等的一个小程序
- 2022-03-14 01:03:50下载
- 积分:1
-
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易....
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易.-most mobile targets, including forms, buttons, text box, labeling ..... easy to use.
- 2023-01-17 11:45:04下载
- 积分:1
-
完全使用winAPI函数完成一个简单窗口的绘制,包括滚动条.是vc6入门的必修程序...
完全使用winAPI函数完成一个简单窗口的绘制,包括滚动条.是vc6入门的必修程序-use winAPI function fully complete a simple window mapping, including scroll. Yes vc6 entry procedures for the compulsory
- 2022-02-21 22:43:07下载
- 积分:1