-
qt按钮和槽函数,实现一个关闭按钮
qt按钮和相对应的槽函数,实现一个关闭按钮,语言是C++,使用QTdesigner画界面,使用dialog对话框,在Linux下实现编程
- 2022-09-07 08:30:03下载
- 积分:1
-
I find some of the programming are classic examples of right and learning progra...
我找的一些的编程的实例 都是很经典的 对与学习编程的人来说有很好的借鉴-I find some of the programming are classic examples of right and learning programming people have a good draw
- 2022-05-22 21:32:46下载
- 积分:1
-
VB6.0 written communication was recorded, by the realization of basic, delete, s...
vb6.0 写的通迅录,实现基本的增、删、查功能。-VB6.0 written communication was recorded, by the realization of basic, delete, search functions.
- 2022-06-13 08:19:44下载
- 积分:1
-
用C#写的DataGrid增加很多功能,如按钮
用C#写的DataGrid增加很多功能,如按钮-written in C# DataGrid increase in the features, such as buttons
- 2022-05-16 18:32:33下载
- 积分:1
-
根据CMiniFrameWnd写的一个可以将Child控件显示为POPUP特征
根据CMiniFrameWnd写的一个可以将Child控件显示为POPUP特征-The example of changing a CMiniFrameWnd child windows style to popup
- 2022-02-01 19:07:16下载
- 积分:1
-
托盘程序
LRESULT CSystemTray::OnTrayNotification(UINT wParam, LONG lParam)
{
// is it for us ?
if (wParam != m_NotifyIconData.uID)
return 0L;
CWnd *pMainWnd = AfxGetMainWnd();
switch(LOWORD(lParam))
{
case WM_RBUTTONUP:
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 03:26:49下载
- 积分:1
-
win7字体还原XP
win7字体还原XPwin7字体还原XP
- 2023-07-25 20:55:03下载
- 积分:1
-
这个是基于c++ builder 的界面编程的一些小程序,对于初学者很有用。...
这个是基于c++ builder 的界面编程的一些小程序,对于初学者很有用。-This is based on c++ builder programming interface to a number of small programs, useful for beginners.
- 2022-06-14 11:37:21下载
- 积分:1
-
pb11 处理excel图表
利用pb11.05 创建excel的图表,可以通过此方法 创建excel的各种图表,利用pb11.05 创建excel的图表,可以通过此方法 创建excel的各种图表
- 2022-03-01 07:07:58下载
- 积分:1
-
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好...
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好-lexical analyzer, including keyword table and symbol table is targeted at the C language, and keyword table is the symbol table in the text files in the building, so it can be extended, procedures portability better
- 2022-04-12 00:23:46下载
- 积分:1