-
一个很好的mfc关于windows界面编程的代码
一个很好的mfc关于windows界面编程的代码-A very good on the windows interface programming mfc code
- 2023-01-01 18:30:03下载
- 积分:1
-
一个制作圆形按钮的例子
一个制作圆形按钮的例子-produced an example of the circular button
- 2022-03-13 06:55:08下载
- 积分:1
-
this program will show you how to run in the process of dynamic forms cursor
本程序将介绍如何在程序运行过程中动态设置窗体光标-this program will show you how to run in the process of dynamic forms cursor
- 2023-06-03 02:45:02下载
- 积分:1
-
VB与EXCEL的无缝连接
VB与EXCEL的无缝连接:
"从excel文件获得数据后,插入记录到SQL Server的数据表
Dim dataTable1 As DataTable = New DataTable()
Dim sqlDA1 As SqlClient.SqlDataAdapter = New SqlClient.SqlDataAdapter("SELECT 部门,全年任务, 本年累计完成,上年同期完成,
[完成全年任务的%],[可比增长%] FROM Rwb ", sqlcon)
- 2022-02-28 14:40:06下载
- 积分: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
-
显示wave播放时的波形,并可编辑(copy,cut等)
显示wave播放时的波形,并可编辑(copy,cut等)-Displaying waveform of the wave play, which also can copy or cut
- 2023-01-06 11:35:03下载
- 积分:1
-
VFW 视频网络传输
利用VFW,借助USB摄像头进行视频采集,并在网络中实时传输,已达到网络视频实时通信的目的。代码是基于VC6环境开发的,同时支持语音传输。
- 2022-01-30 15:52:01下载
- 积分:1
-
图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的...
图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的-image acquisition procedures for image acquisition card collecting images. Interface design is the main aspects of such threads
- 2022-02-03 11:11:18下载
- 积分:1
-
显示本机全部通信口地址
动态显示本机的全部通信口,对于开发通信程序的程序员很有用。用户界面显示两个窗口,其中一个列出全部串口的名称,另外一个窗口显示本机的IP地址。点击标题,可以刷新显示,便于用户了解设备的新变化。
- 2022-07-13 08:38:31下载
- 积分:1
-
OutlookGrid: grouping and arranging items in Outlook style
Introduction
If you work a lot with lists larger than, say, a 100 items (for instance, the list of emails in your inbox), it quickly becomes difficult and tedious to find a specific item without resorting to filtering, searching, sorting, and/or grouping functions. Especially, sorting and grouping greatly improves the structuring of the items in a list, and it is a feature that I would want to apply to all my lists, by default. In particular, I"ve been looking for a list/grid control that allows arranging and grouping of similar items together, much like the grid (or list?) used in Outlook 2003.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-11 15:11:42下载
- 积分:1