CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 消息 映射

搜索资源列表

  1. huatu

    0下载:
  2. 消息映射与画刷,主要是VC6.0的一些应用,功能类似画图工具-Message Mapping and brush painting, mainly VC6.0 some applications, features drawing tools similar to
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3734284
    • 提供者:chencyc
  1. MyNotepad

    1下载:
  2. 可以替代系统记事本的程序 首先建立基于类CEditView的单文档的工程Notepad,注意在MFC-AppWizard Step-4的Advanced中设定扩展名为txt。去掉工具栏(系统记事本里也没有),菜单按照系统的记事本来设计,并且ID用VC自带的设置,如“复制”ID为ID_EDIT_COPY。自己要加入字体的设置: 向CNotepadeView之中添加CFont类型的成员变量m_Font。为WM_CREATE消息添加映射函数。-System can replace Notepa
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:41142
    • 提供者:李建
  1. NetSuper

    0下载:
  2. (1)搜索局域网内的所有活动的计算机,并将 显示这些计算机的IP地址,所属的域或者工作组. (2)搜索指定的某个计算机的共享资源. (3)搜索所有计算机的所有共享资源. (4)打开某个指定的计算机. (5)打开某个指定的共享目录. (6)将某个指定的共享目录映射到本地磁盘(映射网络驱动器). (7)将搜索到的计算机列表导出到文本文件,一目了然. (8)将搜索到的共享资源列表导出到文本文件. (9)搜索SQL Server服务器,将局域网中的所有的活动的
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:256790
    • 提供者:唐伟
  1. vcDrawCode

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的-MFC message mapping scheme of analysis, about how to use the ClassWizard,, understand the message sent to the window frame is how MFC handle mapping table by the window a
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:32919
    • 提供者:zs2
  1. SherlockEye-V3.0

    0下载:
  2. //*************************************************** 2010.12.21 发布源代码。 使用最简单的截图方法实现作弊功能 主要掌握BMP文件的读取与保存,BMP文件格式 提升空间: 1、在作弊器上点击不同处,使用发送消息之类的方法给游戏处理。 2、使用HOOK方法,直接修改游戏实现瞬间秒杀。 //***************************************************
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1164541
    • 提供者:吴梦龙
  1. mysdi

    0下载:
  2. 可以改变显示文档的单文档程序。涉及到消息映射。-Single document can be changed to display the document program.Related to the message map.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:40167
    • 提供者:my name
  1. 1Win32MFC

    0下载:
  2. MFC环境下的消息映射,其原理和我们讲解过的Win32下的消息映射是类似的。简单地讲,就是让程序员指定要某个MFC类(有消息处理能力的类)处理某个消息。MFC提供了工具 ClassWizard来帮助实现消息映射,在处理消息的类中添加一些有关消息映射的内容和处理消息的成员函数。程序员负责编写消息处理函数的代码,实现所希望的功能。-MFC environment news mapping, its principle and we explain the news of the Win32 mapp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1438010
    • 提供者:李俊炎
  1. win32

    0下载:
  2. WIN32开发的小程序,包含登录功能和计算器功能,使用参考源码和注释。用作入门参考,帮助理解windows消息的底层映射关系。- WIN32 development of small procedures, including login functionality and calculator functions, using the reference source code and comments. Getting used as a reference to help unders
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1404686
    • 提供者:何亮
  1. Code

    0下载:
  2. 理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-Understand the message sent to the window is how the MFC framework mapping table by the window handle and message mapping
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:51217
    • 提供者:bean
  1. 20150527307

    0下载:
  2. 建立基本对话框程序CUseMessage。 定义一个自定义消息 HINT_PROCESS 建立基本对话框程序CDrawPoint. 定义自定义消息HINT_PROCESS 声明消息响应函数 定义消息与响应函数的映射关系 定义消息响应函数 跟踪CuseMessage对话框中的鼠标左键按下位置,并在CDrawPoint窗口的相应位置绘制矩形。 -Establish a basic CUseMessage dialog box procedure. Define a
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2354627
    • 提供者:TFBoys
  1. MFC

    0下载:
  2. MFC消息映射,详细介绍MFC的消息的各个消息映射函数及用法-MFC message mapping, detailed information on each message map function MFC message, and usage
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:218532
    • 提供者:王兆光
  1. DigtalClock

    0下载:
  2. 1.熟悉VC++ 6.0开发环境。 2.了解CTime类的使用方法。 3.掌握WM_TIMER消息映射方法。 4.掌握SetTimer函数和KillTimer函数的使用方法。-1. Be familiar with vc++ 6.0 development environment. 2. To understand the use of the CTime class. 3. Grasp the WM_TIMER message mapping method. 4. Ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:7286
    • 提供者:浅蓝
  1. kuaijiejian

    0下载:
  2. 1.理解快捷键的作用。 2.了解虚拟键码的概念。 3.掌握API函数 RegisterHotKey和UnRegisterHotKey的用法。 4.掌握WM_HOTKEY消息映射方法。 -1. Understand the role of shortcuts. 2. Understand the concept of virtual key code. 3. To grasp the usage of the API RegisterHotKey and UnRegiste
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:2272256
    • 提供者:浅蓝
  1. mcmplate

    0下载:
  2. vc++实现反射式数据库模版序列化 反序列化与消息映射(Vc + + achieve reflective database template serialization and deserialization message map)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-11
    • 文件大小:6532
    • 提供者:filvtkr
  1. program

    0下载:
  2. 捕获键盘消息的编码,消息映射,消息获取。(capture keyboard message and response it.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:131072
    • 提供者:blin
  1. npp754

    0下载:
  2.  1、固定挂起问题,同时修改Javascr ipt选项卡设置。   2、dspellcheck插件添加到分布。   3、在安装程序中添加版本和其他信息。   4、解决一个问题,在安装x64版本,x86版本(如果存在的话)不会被删除–反之亦然。   5、修复证书检查错误消息的显示故障。   6、从快捷方式映射器中删除未使用/空条目。(Notepad++ is a free (as in "free speech" and also as in "free b
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:9335808
    • 提供者:qiang311
搜珍网 www.dssz.com