搜索资源列表
MyDll.rar
- 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务
1-20
- vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口-vc insp
悬浮窗口
- 生成一个窗口,能够悬浮在桌面上,还能够移动-generate a window that floats to the desktop, but also to mobile
Direct图片移动
- DirectX初级编程,简单减少怎样在窗口中移动图片-DirectX primary programming, a simple reduction in the window how the mobile Photo
智能ABC窗口
- 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_N
vrsample6
- 动态启动程序效果 尽管W2000、XP中有界面的动态显示选项,一般的程序看起来都还是像\"蹦\"出来的。下面的例子介绍一种逐渐显示新窗口的方法。通过这个例子,可以掌握移动窗口的方法。-dynamic effect despite the commencement of proceedings W2000, XP is the dynamic display interface options, the general procedures they all look like they
201_FDJ
- c#.net 下 做的一个圆形放大镜 . 把鼠标放在放大镜左上方的某个区域(不用按下),缓慢移动,就可以移动窗口.也可以用鼠标拖着窗口走.-c #. Net done under a magnifying glass round. Put the mouse on the top left of a magnifying glass region (not press), the slow-moving, it can move the window. the mouse can also be
VCMake
- 初学VC的好东西。很多个小例子和文档说明。主要内容(例子):01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 1
table_MoveDLG
- table页实现移动窗口,适合学习table页编及窗口编程操作。
QRS
- 这是基于PIC系列单片机的C语言编程,采用阈值法检测QRS波,并且将检测到的QRS波经过高低通滤波、微分、移动窗口积分后,通过检测两个相邻的峰值,计算出心率
最简单的SDK窗口程序
- 这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-SDK This a process. This program tracking shows the coordinates of the mouse position, and if the mouse op
GraphShower
- 本实例是一个类似ACDSee的图像浏览工具——GraphShower。GraphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合宽
gdi_move_scal
- 使用GDI方式实现的图片移动和缩放,是win32窗口程序的源码。-GDI achieved by the use of the picture move and zoom, are the source win32 window procedure.
MyDll
- 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务-Here are other programs to control the dynamic library window of the source. Including the Finder, mobile window, maximize, minimize the window to write the contents of the w
MouseMeter
- Mouse Meter可以获取和记录有关鼠标的统计信息,包括:速度,移动的距离,坐标,光标经过的窗口,鼠标点击的数量(每个按钮),等等。-Mouse Meter may gain with the recording related mouse statistical information, including: The speed, the motion distance, the coordinates, the cursor process window, the mouse cli
45095smoothing
- 这个帖子中我想讨论的是移动窗口多项式最小二乘拟和平滑方法,粗糙惩罚方法,以及kernel平滑方法。-Posts in this discussion I think are moving window least squares polynomial fitting smoothing method, crude methods of punishment, as well as the kernel smoothing method.
nirmaf
- 移动窗口算法平滑光谱矩阵,用于近红外等光谱数据的预处理-Moving window spectral matrix smoothing algorithm for near-infrared spectral data, such as the pretreatment
窗口句柄查看器
- 通过移动鼠标,获取鼠标指向的窗口类型、句柄、标题(Use the mouse to get the window type, handle, title)
将外部程序运行于本身窗口内部实现自由移动
- 子窗口嵌入父窗口,外部e x e文件嵌入窗口使用(The child window is embedded in the parent window, and the outer E X E file is inserted into the window)
窗口吸附
- 本窗口在移动到边缘时会自动吸附左边、顶边和右边,但不会吸附底边,且本窗口的最小宽度和高度分别为380和250.(This window automatically adsors the left side, the top side and the right side when moving to the edge, but it will not adsorb the bottom edge. The minimum width and height of the window are 38