CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - MFC 鼠标

搜索资源列表

  1. eye_pos

    0下载:
  2. visual c++.net编写的mfc程序。选择一副人脸图像并显示在窗体中,鼠标点击人眼,会显示该点坐标,以查看两眼是否对齐在同一水平线。运行时,系统需要安装opencv,并配置-visual c++. net write a mfc program. Choose a facial image and displayed in the form, the mouse clicks the human eye, it displays the point coordinates to see
  3. 所属分类:.net

    • 发布日期:2017-05-21
    • 文件大小:6470537
    • 提供者:高海鹏
  1. Exam01

    0下载:
  2. MFC+OPENGL画球,鼠标任意拖动控制球的半径,界面友好-MFC+ OPENGL drawing the ball, drag the mouse control of the ball of arbitrary radius, user-friendly
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1812079
    • 提供者:lcna
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. five

    0下载:
  2. 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:5014922
    • 提供者:sunyi
  1. MouseGesture_demo

    0下载:
  2. VC的鼠标手势控制源码,用于捕获鼠标按下某键之后移动一定的方向和位置,松开之后产生一个事件。-Mouse gestures control the VC source code for the capture of a key is pressed after moving the mouse a certain direction and position, release generated after an event.
  3. 所属分类:GUI Develop

    • 发布日期:2016-04-23
    • 文件大小:34916
    • 提供者:ml
  1. ShuBiaoMoNiKeybord

    0下载:
  2. 键盘模拟鼠标,采用MFC实现,附有源代码;仅供学习,基本功能均可实现,运行后如要关闭,请从任务管理器中结束该进程即可!-Keyboard, mouse simulation, using MFC implementation, with source code only learn the basic functions can be realized, such as running to be closed from the Task Manager to end the process
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:20967
    • 提供者:lb
  1. qiu

    0下载:
  2. 用MFC编写的小球碰撞,当小球碰到四周墙壁后,自动反弹,双击鼠标左键,可以改变小球颜色!-Written with MFC ball collision, when the ball hit the wall around, the automatic reaction, double-click the left mouse button, you can change the ball color!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1998940
    • 提供者:peng
  1. ZXG_MySniffer

    0下载:
  2. 饮水思源。决定分享自己的MFC编程开发经验。 ZXG_MySniffer网络抓包分析仪软件说明文档 一、 软件功能描述: 1、 能够获取本地网卡信息,包括以太网卡、无线网卡和虚拟网卡的所有详细数据; 2、 支持IP、ICMP、ARP、RARP、TCP、UDP等六种协议,提供用户自选包过滤规则; 3、 可多线程抓取数据包,并列表显示抓取的数据包;支持从数据链路层到传输层的包字段分析;支持包内数据明细记录; 4、 支持ARP查询功能,可多线程查询与本地以太网卡位于同一网
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11778158
    • 提供者:G。G。
  1. MFCControlBar

    0下载:
  2. MFC基本控件使用示例,包括:简单的点,线,面绘图,对话框控件,颜色对话框,字体对话框,状态栏,工具栏,进度栏,显示当前鼠标坐标,显示当前系统时间-MFC basic controls use the sample, including: simple point, line, surface graphics, dialog box control, color dialog, font dialog box, the status bar, tool bar, progress bar, d
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6767080
    • 提供者:罗寅
  1. VCpuzzles

    0下载:
  2. 用C++ MFC做的拼图游戏,非常经典,可以用鼠标来玩!-C++ MFC used to do jigsaw puzzles, very classic, you can use the mouse to play!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:217651
    • 提供者:DUORAK
  1. glut_MFC_Std

    0下载:
  2. 只是一个简单的基于MFC的OpenGL编程。有基本的对鼠标键盘的影响处理-An MFC program using OpenGL, you can moving a Cube box with arrow key, drug mouse to rotate with left button down. Wheel with left button down to scale box.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9375443
    • 提供者:曾大海
  1. 77777

    0下载:
  2. MFC利用CTRL+SHIFT+鼠标左键同时按下的情况下,运行结果会根据你所按下的键弹出按键的情况,程序有点狭隘,改动即可实现任意键的提示。-MFC using CTRL+ SHIFT+ left mouse button while pressing the case, the results will be based on the key you press the eject button, the program a bit narrow, change any key tips ca
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1989873
    • 提供者:黄强
  1. hehavior-record

    1下载:
  2. 可记录多种用户行为。MFC。键盘操作记录,鼠标操作记录,鼠标位置记录,空闲时间记录,各钟操作所占比例等.VC6编译下通过,有友好界面-behavior record,include keyboard , mouse......。VC6
  3. 所属分类:Hook api

    • 发布日期:2015-08-24
    • 文件大小:17112064
    • 提供者:hack10002
  1. keyboad-replace-mouse

    0下载:
  2. 键盘模拟鼠标,其实就是让接收键盘消息,然后让相应的按键模拟鼠标的动作! 我的程序里面方向键上 下 左 右 分别代表鼠标的移动! F6是左键点击,F7是右键点击,F9是退出,把操作权还给鼠标! 注意,本程序是基于Win32SDK 写的,没有用MFC的任何函数!占用内存只有1MB多!-Keyboard, mouse simulation, in fact, to receive keyboard messages, then the appropriate button to simulate mo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:21233
    • 提供者:符晓宇
  1. tab_test

    0下载:
  2. Tab控件的基本操作方法,在对话框中设置两个属性页。鼠标点击标签显示对应的对话框属性页-Tab controls the basic operation method, set the two properties in the dialog box page. Mouse click tab displays the property page dialog box corresponding
  3. 所属分类:Tab Control

    • 发布日期:2017-05-08
    • 文件大小:1895575
    • 提供者:hf
  1. client-button

    0下载:
  2. mfc ,在客户区绘制按钮,含有鼠标进入,按下,离开 三种状态,自绘按钮入门教程。-mfc, draw the button in the client area, with the mouse to enter, press left three states, since the draw button Tutorial.
  3. 所属分类:Button control

    • 发布日期:2017-05-25
    • 文件大小:8351177
    • 提供者:
  1. following-the-mouse

    0下载:
  2. 在MFC中的跟随鼠标移动的控件,对新手很有用-In MFC controls following the mouse
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:99300
    • 提供者:asfaf
  1. MFC_MouseHook

    0下载:
  2. 1.该工程实现了简单的鼠标钩子功能,实现对鼠标消息的拦截-this project use mouse hook
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2430003
    • 提供者:caohongwei
  1. MFC-class-library-Detailed

    0下载:
  2. windowsMFC界面编程,需要用到很多类库函数,这份资料可以查询如按钮、鼠标...等的函数,还是中文的,相当于中文MSDN.-WindowsMFC interface programming, need to use a lot of class library function, the material such as button, the mouse can be inquires... The function such as, or Chinese, equal to Chine
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1445450
    • 提供者:张林旺
  1. ToolTip-mfc

    0下载:
  2. MFC编程,有很多软件的工具栏,当你把鼠标放上去时会有个提示信息,这个工具时干什么的,这个小程序,教你实现此功能!-MFC programming, there are a lot of software toolbar, when you put up the mouse will have a message, what this tool, this small program to teach you to implement this feature!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1869120
    • 提供者:陈奇
« 1 2 34 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com