-
优秀的VB_GRID,可以查看源代码Visit vbAccelerator
优秀的VB_GRID,可以查看源代码Visit vbAccelerator - the VB programmer s resourceS-Grid 2.0 is an all VB grid giving you the control other grids don t, and all in 480kb. Create Outlook-style grids, span column text across rows, freely set row and column heights, set colours and fonts for each cell, add icons to cells, sort and group data... -outstanding VB_GRID can view the source code Visit vbAccelerator-the VB programmer s resourceS-Grid 2.0 is an all VB grid control giving you the other grids don t, and all in 480kb. Create Outlook-style grids that span column text across rows, freely set row and column heights, set colors and fonts for each cell, add icons to cells, sort and group data ...
- 2022-05-08 12:28:30下载
- 积分:1
-
VC++建筑横梁数据管理系统源代码
VC++建筑横梁数据管理系统源代码
- 2023-01-17 08:15:03下载
- 积分:1
-
皮肤库, 实用, 直接调用就可用了
皮肤库, 实用, 直接调用就可用了-Skin library, practical, direct calls can be used
- 2023-06-05 01:55:03下载
- 积分:1
-
A class that provides simple color manipulation in RGB and HLS space
A class that provides simple color manipulation in RGB and HLS space
- 2022-07-04 22:08:28下载
- 积分:1
-
java swing项目
这是一个手工的java swing项目,适合于初步学习。里面涉及到了java swing的基本组件的使用,纯手工代码,代码风格良好。界面美观,并带有演示的PPT。
- 2022-10-16 00:00:04下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
good as Excel interface TabView, is the VC good choice, you can make!
像Excel界面一样好的TabView,是VC的好选择,可以制作!
- 2022-08-18 04:26:12下载
- 积分:1
-
一个vc tab控件的自绘类
一个vc tab控件的自绘类,
- 2022-06-22 04:46:51下载
- 积分:1
-
系统热键屏蔽
用于windows系统屏蔽 系统热键 如ctrl atl del 当然低级的键盘键也都能弄屏蔽掉
很好的使用工具 有GUI界面操作 还有实例代码 是学习的好样列
在widnows中 系统热键 特别是ctrl alt del是有很高权限的 很难屏蔽掉 这里特殊处理之后能屏蔽掉
- 2022-08-22 21:34:18下载
- 积分:1
-
vc实现粘贴板功能,msdn例程,implement cliptext
vc实现粘贴板功能,msdn例程,implement cliptext-vc achieve paste board functions, flowing routines, implement cliptext
- 2022-01-21 20:12:58下载
- 积分:1