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

搜索资源列表

  1. 智能ABC窗口

    0下载:
  2. 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_N
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:15.56kb
    • 提供者:张事实
  1. ui

    0下载:
  2. 封装 API 中窗口处理的数据结构和相关函数 提供两类成员函数: 窗口 API 函数:代替 SDK API 函数 消息响应函数:响应各种系统消息 窗口 API 函数例 ShowWindow、ScrollWindow、SetWindowText 消息响应函数例 OnPaint、OnLButtonDown、OnKeyUp、 OnMouseMove、OnClose、OnHScro-Packaging API window of data structure and re
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:16.42kb
    • 提供者:ssys
  1. vc实现qq消息*源代码

    1下载:
  2. vc实现qq消息*源代码,演示了关于窗口的控制,消息的发送-vc achieve mass qq news source code, a demonstration of the control window, the sender
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:41.49kb
    • 提供者:韶华
  1. 利用WIN32API向一个第三方窗口发送消息

    0下载:
  2. 利用WIN32API向一个第三方窗口发送消息(C#)-WIN32API to use a third-party messaging window (C#)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.5kb
    • 提供者:tony
  1. 窗口协议

    1下载:
  2. 由一台 PC (线程)向另一台 PC (线程)发送数据包,界面应显示出双方帧个数变化,帧序号,发送和接受速度,暂停或重传提示等,界面中必须动态显示数据帧的发送情况和接受情况,包括 在相应窗口详细 显示相应的 ACK 和 其他收发数据帧后发出的消息 ,以表明模拟协议的正确运作过程。 • 接收方及发送方应具有按序收发帧的能力; • 接受方应有固定大小的滑动窗口,并对收到信息缓存。当发送方速度过快或帧丢失(超时),接受方应发送消息,要求暂停或重传(停 -- 等协议);
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:459.74kb
    • 提供者:刘凯
  1. WEB实现类似msn消息

    0下载:
  2. 在网页中实现类似MSN弹出式消息窗口,很漂亮实用!-the website MSN achieve similar pop-up window of information, practical and very pretty!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:35.38kb
    • 提供者:jim
  1. WindowsPopupMessageBox

    0下载:
  2. 三种颜色的漂亮的弹出消息窗口,模仿Office 2003的风格。-three colors of the beautiful pop-up window of information, copying the style of Office 2003.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:16.92kb
    • 提供者:antoni
  1. StatusBarMsgWnd_demo

    0下载:
  2. 像QQ、MSN一样的缓缓升起的消息窗口,停留时间可设定,消息窗口内容可为链接形式,如果用户点击可触发自定义事件。
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:20.09kb
    • 提供者:张三
  1. WINDOWS消息的处理

    0下载:
  2. Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。-Windows applications rely on news-driven, in VC Classwizard we can add a c
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17.39kb
    • 提供者:陈亮
  1. 通过SubClass来处理窗口消息  

    0下载:
  2. 通过SubClass来处理窗口消息-through the window to SubClass news
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:18.46kb
    • 提供者:李建中
  1. 制作MSN、QQ 的消息提示窗口_code

    0下载:
  2. 类似MSN,QQ信息窗口的源代码.来在VCKBASE.用过QQ和MSN聊天工具的人都知道,只要好友上线,就会在托盘的位置处显示一个提示窗口,可以是拉帘式的,或者是淡入淡出的形式出现;想想何不为自己的程式也加一个漂亮的提示窗口呢:)说做就做。 -source code looks like MSN/QQ message window,comes from VCKBASE.the QQ or MSN user know,if a friend becomes online,a notice mess
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46.35kb
    • 提供者:粥粥
  1. TreeView.树状控件响应鼠标双击消息

    0下载:
  2. 树状控件响应鼠标双击消息,并将相应的消息显示在其父窗口:单文档中,treeview ctrl respond the message of mouse,and show the message to the single document.
  3. 所属分类:TreeView控件

    • 发布日期:2013-11-16
    • 文件大小:49.11kb
    • 提供者:yang
  1. PopForm.rar

    0下载:
  2. 自动弹出窗口,类似QQ和MSN,进行消息提示!!!!,Automatic pop-up window, similar to QQ and MSN, for news tips! ! ! !
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:45.82kb
    • 提供者:xying02
  1. Hook

    2下载:
  2. 窗口消息钩子,此程序用于侦听应用程序的窗口消息-Window message hook, this procedure for the listening application window message
  3. 所属分类:Windows Develop

    • 发布日期:2014-12-23
    • 文件大小:42.54kb
    • 提供者:hjg008
  1. qqfasong

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

    • 发布日期:2017-04-08
    • 文件大小:1.79kb
    • 提供者:周震
  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 Develop

    • 发布日期:2017-04-02
    • 文件大小:911.62kb
    • 提供者:mige
  1. AppFace

    0下载:
  2. 给大家提供几个源码,是关于vc界面编程的,包括在多文档客户区中增加位图底图演示程序,在类VC的界面实现中加入目录树,制作 MSN、QQ 的消息提示窗口,最简单的界面增强库EasySkin-Provide Members with a few source code, on the vc interface programming, including in a multi-client area to add a document bitmap base map demo program, in
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:359.75kb
    • 提供者:sdj
  1. send_handle

    0下载:
  2. 发送消息给某个只知道进程句柄的程序的主窗口的程序- The transmission news only knows the advancement sentence handle for some the procedure main window procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1015byte
    • 提供者:站长
  1. VoiceCmdDemo

    1下载:
  2. 自己写的代码 SrHook:实现钩子功能的dll SpyWin:仿照Spy,获取窗口信息,截获消息,模拟菜单命令和按键指令-Write their own code SrHook: achieve hook function dll SpyWin: modeled on Spy, access to window information, intercepted messages, analog menu commands and command keys
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:226.73kb
    • 提供者:刑天
  1. 窗口查找代码生成器代码

    0下载:
  2. 这是一个查找控件或窗口句柄,然后发送消息的程序,功能强大,Visual Basic 6.0编写,可以托动放大镜查找到控件的句柄设置内容,不会被限制长度,灰色文本框也可以写入,自己慢慢研究一下,现在只是随便做了一下,其实还可以加好多功能的,大家可以提出宝贵的意见.(This is a search control or window handle, and then send a message, powerful, Visual Basic 6 to write, can pull the ma
  3. 所属分类:钩子与API截获

    • 发布日期:2018-04-30
    • 文件大小:28kb
    • 提供者:guiq2580
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com