搜索资源列表
HenryDatagrid
- 超级datagrid控件,可以实现单击双击,取得当前鼠标位置的功能-Super datagrid controls, can achieve click, double click, made the current location of the mouse
IEButtonDemo
- IE风格按钮,实现鼠标在其上的时候反显,单击的时候下沉,和桌面上单击应用程序一样的效果
btnLook
- 学习WINDOWS编程基础编写的关于鼠标单击选项的按钮-WINDOWS study prepared on the basis of programming on the mouse button click Options
TabWebControl
- TabWebControl扩展属性 DelayTime 《1》选项卡延迟毫秒数:DelayTime值越大,延迟越长,反之亦然。 《1》暂时没有开放此功能。 SelectedTabIndex 《1》选项卡默认选中的索引 《2》缺省情况下默认为0 《3》如果设置的索引值大于选项卡的TabPage数,自动赋值为0。 TabPagClientEvent 《1》选项卡支持的客户端事件 《2》///单击 onclick, 《3》///鼠标移动到控件上 onmouseo
game
- 打开可执行程序,则随着鼠标的移动,界面中的图片也跟着移动,单击button按钮退出应用程序。-Open the executable program, along with the movement of the mouse, the interface of the picture has also been moving, click the button to exit the application button.
MBtn2DblClickVC_src
- 一个C++编写的把鼠标单击中键转化为左键双击的程序。-Middle Mouse Button (or Wheel) to Doubleclick (VC6) By kim.david.hauser | 26 Jul 2010 This is a small but handy tool I m using every day. It converts a middle mouse button click in to a left mouse button double click.
testactive
- 是一个小型控件,主要是一个方形模块,支持双击,单击响应。还具有不同区域的鼠标提示不同。-Is a small control is mainly a square module, support for double-click, click response. Different regions of the mouse also has a different prompt.
mouse-trails
- 精确显示当前鼠标的坐标,单击图片能显示图像,单击按钮取消显示-Accurate display of the current coordinates of the mouse
quit
- 创建一个quti按钮,可以通知鼠标单击退出程序或者点击关闭按钮退出程序-Create a quti button, you can notice the mouse click to exit the program or click the Close button to exit the program
draw1
- 编写应用程序,可以利用鼠标绘制矩形和圆形,具体功能要求如下: 1、 通过单击工具条按钮(或菜单项)选择绘制矩形或者圆形; 2、 绘制过程中要求实现橡皮线功能和重画(窗口改变的时候,已绘制的图形不能消失); 3、 程序中只能使用SetPixel绘图函数,不能使用其它绘图函数; 4、 [本功能选作]通过单击工具条按钮(或菜单项)显示对话框,让用户可以设置绘制图形的颜色(可以分别输入RGB三颜色分量)-Write applications that can use the mouse
tracker
- 单击按钮切换画图状态,然后点击多动鼠标,画橡皮筋矩形,可以画多个。单击任意一个可以缩放。-Click the button to switch drawing, and then click to move the mouse, draw a rubber band rectangle, you can draw multiple. Click on any one can be scaled.
CursorTest
- 一款VB鼠标限制程序,限定鼠标光标在某个按钮内移动(再次单击按钮将取消限制),移动光标到“设置鼠标消失”按钮,设置鼠标消失,在窗体内单击鼠标将限制光标在窗体内移动!在窗体内单击鼠标将释放光标!在窗体内单击鼠标将限制光标在窗体内移动-A VB mouse restricted procedures, limited to the mouse cursor to move a button (click the button again will cancel the limit), move th
jpeg
- vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标。-When vc + + to get the color of the specified pixel, as shown in the demo screenshot, users can use the left mou
MyMouse
- 这是一个能实现鼠标的单击、双击、滚轮的功能的一个小程序,这是基于QT上的。-This is to achieve a mouse click, double click, scroll wheel features a small program, which is based on the QT.