-
with the development and deployment of ActiveX simple example
用ATL开发和部署ActiveX控件的简单例子-with the development and deployment of ActiveX simple example
- 2022-03-17 21:00:00下载
- 积分:1
-
类似VC的界面框架程序
类似VC的界面框架程序-similar VC interface framework procedures
- 2022-07-03 03:07:32下载
- 积分:1
-
一个搭建好的窗体框架,包括了窗体的拆分和列表等功能。
一个搭建好的窗体框架,包括了窗体的拆分和列表等功能。-Structures form a good framework, including a form of separation and the list of functions.
- 2023-06-15 07:35:04下载
- 积分:1
-
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-MFC+5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
- 2022-02-13 03:43:27下载
- 积分:1
-
Call taskkill, end explorer
调用taskkill,结束explorer-Call taskkill, end explorer
- 2022-05-20 23:19:52下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
vc examples (of the island would like to have every member of every day a happy...
vc例子 (愿岛上的每个成员都能天天快乐,每天都比昨天有所进步 )-vc examples (of the island would like to have every member of every day a happy day than yesterday some progress)
- 2022-10-31 01:50:03下载
- 积分:1
-
该系统实现了一个对话框界面,里面有资源的文件夹里面的文件夹里面的…
本系统实现了对话框界面随着资源res文件夹里面的bmp位图文件来改变,并且可以随意移动对话框的位置,还包含如果背景色是绿色可以透明显示!-the system to achieve a dialog interface with the resources res folder inside bmp bitmap file to change, which also allows the location of mobile dialog also include if the background color is transparent green can show!
- 2022-06-14 09:37:34下载
- 积分:1
-
数学公式显示,只要输入数学公式,可以生成对应的jif图片,适用于网页显示....
数学公式显示,只要输入数学公式,可以生成对应的jif图片,适用于网页显示.-mathematical formula, as long as the importation of mathematical formula and can generate the corresponding jif photos, apply at the website shows.
- 2022-01-26 08:07:51下载
- 积分:1
-
本程序运用VC与SQL编写,可以实现简单的 学籍管理
本程序运用VC与SQL编写,可以实现简单的 学籍管理-use of the procedures and SQL prepared VC, simple codes of management
- 2022-01-25 15:17:58下载
- 积分:1