CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 发送 窗口 消息

搜索资源列表

  1. WINDOWSMSG

    0下载:
  2. 消息,就是指 Windows 发出的一个通知,告诉应用程序某个事情发生了。例如,单击鼠标、改变窗口尺寸、按下键盘上的一个键都会使 Windows 发送一个消息给应用程序。消息本身是作为一个记录传递给应用程序的,这个记录中包含了消息的类型以及其他信息
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57133
    • 提供者:asuka
  1. HookSendMessage

    1下载:
  2. 对指定的窗口发送SendMessage消息`主要是将函数注入到程序里,然后在调用
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:312480
    • 提供者:陈龙
  1. Web QQ系统

    1下载:
  2. 开发环境:win2000professionSP4 + vc6MFC 1、运行注册登录服务器和聊天服务器,由注册登录服务器控制聊天通信服务器的运行和停止,聊天服务器可以单独运行,但单独运行后窗口隐藏,不好关闭,最好由注册登录服务器来控制其运行和关闭。 2、运行客户端。 3、若客户端点注册向导则显示注册向导,分三步:基本信息、详细资料和网络设置,然后发送注册消息(用户名、年龄、性别、密码、真名、城市、电邮、头像ID、电话),保存网络设置到data目录下的netset.cfg文件,
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-05-29
    • 文件大小:221438
    • 提供者:laixiao
  1. FindWindow.rar

    0下载:
  2. 使用API函数。先通过FindWindow得到窗口的句柄,然后对窗口发送关闭消息。,The use of API functions. FindWindow get through the first window handle, and then close the window to send messages.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:54645
    • 提供者:张现崇
  1. EnumWindow

    0下载:
  2. 枚举系统进程与窗口,窗口与进程关联,枚举子窗口,运用ImageList截取系统图标,枚举进程子模块,可以对任意一个窗口发送任意的消息.对学习系统进程、窗口管理、进程枚举、窗口枚举、窗口消息很有帮助-Enumeration system processes and the window, the window associated with the process, enumerate child windows, the use of the system ImageList icon inte
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:74103
    • 提供者:宋启波
  1. guessNum.zip

    0下载:
  2. 与文曲星电子辞典中的猜数字小游戏类似,用VC6.0实现。展示了对话框中焦点的移动、无模式对话框的生成,窗口消息的发送接收等基本MFC技术,vonchishin electronic dictionary and number guessing in the game is similar to the realization of using VC6.0. The focus of the dialog box to display the movement of the generation
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-26
    • 文件大小:224858
    • 提供者:洪武
  1. qqfasong

    0下载:
  2. 易语言编写,取QQ发送、消息窗口文本, -e yuyan bian xie qu qq fa song
  3. 所属分类:Windows编程

    • 发布日期:2017-04-08
    • 文件大小:1835
    • 提供者:周震
  1. Demo

    0下载:
  2. 最大化和最小化窗口 调用CWnd::SendMessage()发送最大化或最小化窗口消息-Maximize and minimize windows call CWnd:: SendMessage () to send the message window is maximized or minimized
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-25
    • 文件大小:11264
    • 提供者:王刚
  1. SendKeys

    0下载:
  2. VS2008 C#. 在.net环境下,利用系统钩子,截获并发送按键消息。 本程序的目的是以一定的时间间隔不断对某一窗口程序发送按键信息,以实现自动阅读的效果。 其中Keyboard.cs是一个可重用性很高的类,值得参考。-VS2008 C#. Demonstrate using hooks to get and send keyboard messages.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:149269
    • 提供者:Beeven
  1. x3

    0下载:
  2. 对于无模式对话框接收的输入信息,我们可以以向父窗口发送消息的方式进行。-Modeless dialog box for receiving the input information, we are able to send a message to the parent window manner.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:207193
    • 提供者:向阳花木
  1. GroupTalk

    0下载:
  2. 基于IP多播的组讨论会实例,程序运行之后即会自动加入会议组,组中的每个成员都可以接收到你发送的消息,聊天记录窗口下显示组中每个用户发送的消息。-Based on IP Multicast examples of the group discussions, the program will automatically run after the group joined the meeting, each member of the group can receive messages sent
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:39591
    • 提供者:邹灵娟
  1. mfc_ClassWizard

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

    • 发布日期:2017-04-03
    • 文件大小:46932
    • 提供者:张磊豪
  1. Blank

    0下载:
  2. 通过程序向另外的窗口发送消息,你们看看就知道了.-Through the program send a message to another window
  3. 所属分类:Hook api

    • 发布日期:2017-05-25
    • 文件大小:8462578
    • 提供者:wdwin
  1. MFC_FetionL

    0下载:
  2. 最近不能往新疆发飞信.于是写了这个在飞信中用文件名聊天的工具.将输入的文件保存到文件的文件名中.找到飞信聊天窗口.粘贴进去.这样就可以往新疆发送免费的短信了.用到寻找窗口,发送键盘消息等技术.Fetion2010可用-Recently not to Xinjiang hair flying letter. So wrote this in Fetion using the file name chat tools. The input file to the file name. Find Fe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:72340
    • 提供者:无意乂
  1. 2

    1下载:
  2. 通过EnumWindows,GetWindowText,SendMessage, 三个API,向窗口标题第一个字为‘电’字的顶层窗口发送WM_CLOSE消息-By EnumWindows, GetWindowText, SendMessage, the three API, the first word to the window title for the ' power' words to send WM_CLOSE message on top of the window
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:946
    • 提供者:孙悟空
  1. zsy

    0下载:
  2. 先定义两个发送端A和B,发送端A和发送端B用消息管道相连接。从发送端A发送一个大数据量的字符串数据到接收端B,在发送端此大容量字符串被分解成几个帧来进行传送,自己设定相应的接收窗口容量,并使用滑动窗口协议的基本算法思想,是发送端A的字符串数据完整的传送到B端。-A first define the two transmitter and B, the sender A and B by sending a message pipe is connected. From the sender to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:862368
    • 提供者:赵思宇
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. course

    0下载:
  2.   在Windows下执行一个程序,只要用户进行了影响窗口的动作(如改变窗口大小或移动、单击鼠标等)该动作就会触发一个相应的“事件” 系统每次检测到一个事件时,就会给程序发送一个“消息”,从而使程序可以处理该事件。-In a program running under Windows, as long as the user' s actions affect the window (such as changing the size or move the window, cl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:27667
    • 提供者:alex
  1. mini-QQ

    0下载:
  2. KittenTransfer 该程序是为局域网即时通信开发,难点之一在于局域网内用户列表的建立。当KittenTransfer启动时,首先向局域网内所有启动了KittenTransfer的用户发送一条广播消息,收到消息后,在用户列表中添加发送广播消息的用户。当用户退出KittenTransfer时, 也发送一条广播消息通知其他用户,之后其他用户将用户列表中的该用户删除。启动KittenTransfer后,可以实现与多用户的即时通信,文件传输。消息窗口采用Java Socket处理。-Kitt
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-31
    • 文件大小:136750
    • 提供者:盛宇帆
  1. Demo

    0下载:
  2. 如何关闭窗口 调用 CWnd::SendMessage函数发送WM_CLOSE消息-How to Close call CWnd:: SendMessage function sends the WM_CLOSE message
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-13
    • 文件大小:3550796
    • 提供者:王刚
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com