CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - windows消息

搜索资源列表

  1. 发送消息

    0下载:
  2. 利用NetMessageBufferSend发送windows消息,可以改发送者名称-use NetMessageBufferSend news sent windows, the sender can be changed name
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:465999
    • 提供者:李市民
  1. WinMsgSimulator

    0下载:
  2. Windows消息模拟器,可以通过XML配置定规则来处理-Windows Message simulator, through XML configuration rules to handle
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:90374
    • 提供者:山中鹤
  1. bcb_OnMessage

    0下载:
  2. 用c++ builder来对windows消息机制控制-c builder to use the mechanism to control windows news
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:192357
    • 提供者:陈林翔
  1. qqdll

    0下载:
  2. 家都知道,当今的QQ病毒,都用了钩子技术。创建一个DLL,然后使用全局钩子;或者在QQ进程里插入一个DLL,后监测键盘或者是Windows消息,判断用户是否是用QQ聊天,并且是不是已经把信息送出。无DLL的QQ尾巴-home all know that today's QQ virus, has used a hook. To create a DLL, and then use the overall hook; QQ or in the process of inserting a
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44473
    • 提供者:黄先生
  1. spy

    0下载:
  2. windows 消息监视小程序,可以监视进程窗口的消息,非常不错。 vc6.0里提供有的,这里是源码
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:269299
    • 提供者:19869142
  1. window

    0下载:
  2. 根据windows消息响应和循环机制,自己制作一个windows窗口并进行简单的消息处理,适合初学者.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14781
    • 提供者:王着
  1. daiji1

    0下载:
  2. 程序功能:实现windows下计算机的自动休眠,关机,如果到达一定的时间没有接受到windows消息,则自动执行,时间可以自动设置
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4817217
    • 提供者:徐凯
  1. 消息循环重载实例

    0下载:
  2. 本程序在主线程的While循环中进行计数工作,在计数过程中,利用二次消息循环,自己来处理Windows消息的取出和发送,从而能够相应界面操作-the procedures in the main thread While cycle counts, the counting process, and use the second news cycle, to handle its own Windows news and sent out, thus corresponding to inter
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:26538
    • 提供者:周孝良
  1. ScanKey

    0下载:
  2. 捕捉各个按键按下时的键值及消息码,包括虚拟键值及ASCII码键值.-Capture all the key button is depressed and the message code, including the virtual keys and the ASCII key code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:227889
    • 提供者:流星云
  1. MyWindow

    0下载:
  2. Windows自定义消息传递机制 实现WinAPI Windows封装-Windows custom messaging mechanisms WinAPI Windows package
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:15764
    • 提供者:lixw
  1. XQueue_demo

    0下载:
  2. 通过内存文件映象实现了一个FIFO消息队列,可以工作在所有的windows版本中,很好用的完成内存共享服务的代码-a FIFO message queue with memory map,compatible all windows version.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:110949
    • 提供者:yqs
  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  1. xiaoxixunhuanchongzai

    0下载:
  2. 本程序实现在主线程的while循环中进行技术工作,在计数过程中,利用二次消息循环,自己来处理windows消息的取出和发送,从而响应界面操作。-The program while the main thread to carry out technical work cycle, in the counting process, the use of the second news cycle, to deal with their own windows and send out inform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:273206
    • 提供者:李想
  1. WindowsMessage

    0下载:
  2. windows的系统消息大全,对开发有用处。-The system message windows Daquan, for developing useful.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:23432
    • 提供者:zh
  1. Windows

    0下载:
  2. windows 高级编程 使用资源(如图标、光标和声音) Q 菜单 Q 基本的图形设备接口和视频系统 Q 输入设备 Q 传递消息-Advanced Programming windows using resources (such as icons, cursors and sounds) Q Q basic graphic menu and the video system device interface input devices Q Q impart informat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1447343
    • 提供者:joshua gao
  1. RegisterWindowMessageD

    0下载:
  2. 实现windows消息的注册和消息的截取 添加自定义消息响应函数 对dll进行封装测试 一种dll和主程序的通信方法-To achieve the interception of windows messages, registration and news Add a custom message response function Packaging and testing of dll A dll and the main method of communicati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:37688
    • 提供者:donglipeng
  1. chess

    0下载:
  2. 局域网内的五子棋游戏,WIN32编程,可以很好的学习windows消息机制-Backgammon games, WIN32 programming LAN can be a good learning windows message mechanism
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-18
    • 文件大小:4789248
    • 提供者:刘帅朝
  1. message

    0下载:
  2. BCB提供了几种途径让程序员可以方便地处理Windows消息,主要包括响应OnMessage事件、使用消息映射以及重载WndProc函数。-BCB provides several ways to let programmers can easily handle a Windows message, mainly including response OnMessage event, using the message mapping and overloading WndProc funct
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1057630
    • 提供者:yangzhixaing
  1. messagdngcommunicationcommunication

    0下载:
  2. c# windows 消息通讯 exe消息通讯-C# Windows messaging exe news communication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:18777
    • 提供者:kecoorosition
  1. posixMsgQueneEx2

    0下载:
  2. 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:jiangguan
« 12 3 4 »
搜珍网 www.dssz.com