搜索资源列表
SplitterControl
- VC++6.0,真正的动态分割窗口,鼠标右双击动态添加分割窗口-VC++6.0, the true dynamic partitioning window, double-click the right mouse dynamically add split window
EditInfo1
- 用到了TAB结构。鼠标双击列表中数据,把双击行数据自动添加到光标焦点处的编辑框。-Edit information
Ch11Demo4
- 该代码是属性表对话框的一个实例,运行时,在客户窗口中双击鼠标右键,设置对话框,图形就会更改-The code is an instance of the property sheet dialog box, run-time, on the client window, double-click the right mouse button, set the dialog box, graphics will be changed
dian-zi-xiang-kuang-
- 2. 程序主要功能: A. 能够将用户指定的某个目录下的所有.bmp图像文件按照一定时间间隔,顺序的进行显示。 B. 当鼠标左键双击客户区时,能够弹出该程序的参数设置对话框(Setting Dialog) C. Setting Dialog中具有的功能包括: 1 可以指定两幅图像显示间隔,以秒为单位。 2 可以让用户指定特定的图像存储的目录。 3 可以设定是否将主程序设定为桌面的最上层窗口。 4 可以设定图像是否要填满整个用户区,如果选择“不填满”的状态,则程序可以智
wave
- 这个是我自己写的扩展的picturecontrol控件,可以实现绘图如各种函数、鼠标双击放大、鼠标拖动、设置文本等多项高级功能,在网上是找不到的。使用方法:1:包含进源文件,在对话框上建一个picturecontrol控件,并且设置notify属性为true 2,设置该控件变量为CWaveStatic类型m_pic变量 3,m_pic.setscale(X,Y)设置坐标属性 m_pic.setData(double*,int n)设置函数变量 即可正常显示-This is ext
transTime
- 使用不规则窗口显示系统时间,双击时间退出程序,按住鼠标左键拖动。-Irregular window displays the system time, double-time to exit the program, press and hold the left mouse button to drag.
FangDa
- 纯MFC做的放大镜小例子,VC6,VS2010可以编译运行,支持自定义,支持当前鼠标位置放大,和当前放大窗口位置放大,圆形窗口,双缓冲绘图,有悬浮透明提示窗口,改变了传统的放大镜的实现,完全是自己的创意,希望大家喜欢,抗锯齿可以使用GDI+技术或PNG图解决,已测试。 按ESC或双击放大镜可退出程序。-Pure MFC to do the magnifying small example, VC6, VS2010 can compile and run, support for cus
MouseMoni
- 用程序模拟鼠标操作,可以模拟单击、双击,还可获得窗口句柄等-With a program to simulate the mouse, you can simulate click, double click, but also to get the window handle, etc.
shiyan10
- 书中实例Ex_Rect的基础上,添加方块大小的数据传递,如图所示,当在右边的视图中双击鼠标左键时,小方块大小将50 递增;二双击鼠标右键,则按50 递减,同时在左边的表单视图的控件中显示小方块的大小。在左边的表单视图的控件中调整小方块的大小均可在右边视图中反映出来。-Examples Ex_Rect on the basis of the book, adding data transfer block size, as shown, when you double-click the le
starqed
- 雪花飘飘做屏保,鼠标左键单击开始下雪,右键双击退出屏保(Snow or do the screen saver, mouse the left key click started to snow, right double-click to exit the screen saver)
asfgciative
- 在CEdit中添加鼠标双击事件处理的程序()