搜索资源列表

  1. 鼠标消息

    0下载:
  2. 上课用的一些基本的程序可能对初学者有帮助!注释明显!鼠标响应事件!-school with some basic procedures may be helpful for beginners! Notes obvious! Mouse response to the incident!
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:30172
    • 提供者:pf
  1. 使用全局钩子截获键盘按键消息

    0下载:
  2. 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
  3. 所属分类:技术管理

    • 发布日期:2011-07-13
    • 文件大小:7148
    • 提供者:yangrh2000
  1. vc中使用MapX时,如何在视图类中响应鼠标消息

    1下载:
  2. vc中使用MapX时,如何在视图类中响应鼠标消息
  3. 所属分类:编程文档

    • 发布日期:2012-03-02
    • 文件大小:22016
    • 提供者:absda34s
  1. 鼠标测试程序

    0下载:
  2. 测试鼠标的操作及了解windows程序的消息机制!-mouse test operation and understanding of the procedures windows Message!
  3. 所属分类:Windows编程

    • 发布日期:2024-06-09
    • 文件大小:753664
    • 提供者:杜传
  1. hooks

    0下载:
  2. 鼠标钩子,实现鼠标消息的拦截-hook mouse, the mouse interception news
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-09
    • 文件大小:22528
    • 提供者:于佳
  1. vc消息捕捉

    2下载:
  2. 这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况-This is a realization of the vc used the news of the capture, may be a position of the mouse and keyboard of the press
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-09
    • 文件大小:135168
    • 提供者:赵利君
  1. 鼠标消息

    0下载:
  2. 上课用的一些基本的程序可能对初学者有帮助!注释明显!鼠标响应事件!-school with some basic procedures may be helpful for beginners! Notes obvious! Mouse response to the incident!
  3. 所属分类:界面编程

    • 发布日期:2024-06-09
    • 文件大小:29696
    • 提供者:pf
  1. vc按钮程序

    0下载:
  2. 一个漂亮的多功能按钮程序,是一个基于对话框的应用程序!能够获取鼠标消息,实现按钮图标的动态变化!-a beautiful multifunction button procedure is a dialog-based applications! The mouse can access news, button icons achieve the dynamic changes!
  3. 所属分类:界面编程

    • 发布日期:2024-06-09
    • 文件大小:2141184
    • 提供者:方怡新
  1. windows消息机制

    0下载:
  2. windows机制模拟,可捕获鼠标键盘事件并分别处理。-windows mechanism simulation, can capture the mouse and keyboard events dealt with separately.
  3. 所属分类:界面编程

    • 发布日期:2024-06-09
    • 文件大小:3550208
    • 提供者:ch.nan
  1. 获得桌面颜色

    0下载:
  2. 用鼠标钩子对鼠标消息进行拦截来得到鼠标在目前的位置,然后由的到的坐标来取得颜色值,-mouse news hook to intercept the mouse to be in the current mouse position, then the coordinates to get the color value,
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-09
    • 文件大小:64512
    • 提供者:李力
  1. sbxxgz

    0下载:
  2. 鼠标消息钩子,利用Delphi7.0编程,含源码!-mouse news hook, using Delphi7.0 programming, including source code!
  3. 所属分类:系统编程

    • 发布日期:2024-06-09
    • 文件大小:253952
    • 提供者:ss
  1. Llho1T0101

    0下载:
  2. 文档、视图和对话框试验(vc) 在视类中与用户交互,在程序中响应鼠标消息 实验步骤 1利用AppWizardEXE 生成单文档程序框架 在向导的第二步中选择单文档,其余缺省设置 程序名称为本人名称的字母缩写+班级 -documents, and the View dialog box test (vc), as the category and user interaction, In response pro
  3. 所属分类:对话框与窗口

    • 发布日期:2024-06-09
    • 文件大小:2004992
    • 提供者:lulu
  1. vc_jiqiaoshili_part5

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第5章 消息映射与处理 本章共8个实例: 1. Mouse鼠标消息示例 2. KeyBoard键盘消息示例 3. Sender_Reveiver利用消息来实现内部进程通信 4. MouseHook鼠标钩子示例 5. SubClass通过子分类来重定向消息 6. SuperClass超分类示例 7. Test重载OnCmdMsg来截获和重定向消息
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-09
    • 文件大小:475136
    • 提供者:xixi
  1. sbxy

    0下载:
  2. 通过键盘鼠标响应程序设计, 掌握应用程序的一般交互方法与用户命令响应的常用技术, 能够熟练应用键盘与鼠标消息-through keyboard and mouse response procedures for the design, mastering the application of the general procedures and user interaction methods order to respond to t
  3. 所属分类:绘图程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:sunny
  1. MouseDemo1

    0下载:
  2. 利用消息机置来截获鼠标消息,并显示鼠标坐标显示-Use information to drive home messages intercepted by the mouse, and display the mouse coordinates display
  3. 所属分类:GIS编程

    • 发布日期:2024-06-09
    • 文件大小:111616
    • 提供者:lau
  1. Hook

    0下载:
  2. HOOK钩子的应用,通过HOOK截获键盘消息,鼠标消息。-HOOK hook applications, through the keyboard HOOK intercepted messages, mouse messages.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-09
    • 文件大小:141312
    • 提供者:gcel
  1. B29

    0下载:
  2. 在一个窗口的标题栏中添加一个按钮,由用户自己绘制并进行处理鼠标消息。-In a window s title bar to add a button, from the user s own mapping and information dealing with the mouse.
  3. 所属分类:界面编程

    • 发布日期:2024-06-09
    • 文件大小:26624
    • 提供者:Ava
  1. FiveQi

    0下载:
  2. 五子棋游戏,利用vc实现图形绘制,鼠标消息响应实现棋子放置。-Gobang games, graphics rendering using vc, mouse to place the news in response to the realization of a pawn.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-09
    • 文件大小:5045248
    • 提供者:zhoujunhua
  1. windows

    0下载:
  2. windows程序设计,子窗口设计,鼠标消息处理,键盘消息处理定时器设计,非常详细,对初学者非常有帮助. -windows programming, sub-window design, the mouse message handling, message processing timer keyboard design, very detailed, very helpful for beginners.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-09
    • 文件大小:933888
    • 提供者:mige
  1. 06_MyEvent

    0下载:
  2. 模拟键盘鼠标消息。FHJURDHJKLLIYFEEDGHH(MICROSOFT FOUNDATION CLASS LIBRARY : MyEvent)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:206848
    • 提供者:天意21
« 12 3 4 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org