搜索资源列表
智能ABC窗口
- 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_N
ui
- 封装 API 中窗口处理的数据结构和相关函数 提供两类成员函数: 窗口 API 函数:代替 SDK API 函数 消息响应函数:响应各种系统消息 窗口 API 函数例 ShowWindow、ScrollWindow、SetWindowText 消息响应函数例 OnPaint、OnLButtonDown、OnKeyUp、 OnMouseMove、OnClose、OnHScro-Packaging API window of data structure and re
WindowsPopupMessageBox
- 三种颜色的漂亮的弹出消息窗口,模仿Office 2003的风格。-three colors of the beautiful pop-up window of information, copying the style of Office 2003.
StatusBarMsgWnd_demo
- 像QQ、MSN一样的缓缓升起的消息窗口,停留时间可设定,消息窗口内容可为链接形式,如果用户点击可触发自定义事件。
通过SubClass来处理窗口消息
- 通过SubClass来处理窗口消息-through the window to SubClass news
TreeView.树状控件响应鼠标双击消息
- 树状控件响应鼠标双击消息,并将相应的消息显示在其父窗口:单文档中,treeview ctrl respond the message of mouse,and show the message to the single document.
AppFace
- 给大家提供几个源码,是关于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
popwindow
- 实现类似QQ消息提示的右下角弹出窗口,以浮现方式弹出,并伴有声音提醒。程序已经过测试,运行良好,文件包含源代码和可执行程序。-QQ news tips to achieve a similar lower right corner of the pop-up window to pop-up surfaced way, and accompanied by voice prompts. Program has been tested and runs well, the file contain
AutoMsgBoxDemo
- 自动关闭窗口的消息提示框 可设置延时10秒-Close the message window automatically prompt box can be set 10 seconds delay
x3
- 对于无模式对话框接收的输入信息,我们可以以向父窗口发送消息的方式进行。-Modeless dialog box for receiving the input information, we are able to send a message to the parent window manner.
mfc_ClassWizard
- 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
TipShow_demo
- 能显示提示窗口的类,当鼠标移动到某一按钮上时,出现一个消息提示小窗口,表明按钮的作用。-Prompt window will show the class, when a mouse button, the news prompted a small window, indicating that the role of the button.
MSGPOP
- 类似于QQ和MSN的消息窗口弹出的功能,封装成了一个类,并且有测试程序。-Similar to the QQ and MSN, the message window pop-up function, package into a class, and there are test programs.
messgagegongxiang
- 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
skin_peeler
- 首先在程序中安装一个监控窗口过程的钩子函数,然后定义一个新的窗口函数,该函数将替换按钮的窗口函数,该函数主要对一些感兴趣的消息进行处理,调用自定义信息中的一些方法。最后在钩子函数中读取当前控件类的名称,如果为按钮类,则为按钮设置一个自定义的信息,并子类化按钮。-First, install a monitor in the program window procedure hook function, and then define a new window function, the func
XMessageBox_demo
- 一直用于项目中的消息窗口重载,非常好用,易用。-MessageBox
VC.high.level.programming.message.window
- VC编程消息窗口高级编程代码VC programming high-level programming code message window -VC programming high-level programming code message window
WIN32-API-achieve-MSN-pop-up-message-window-minimi
- (VC6.0下通过编译)用WIN32 API 实现MSN弹出消息窗口、最小化到系统托盘、静态文本超链接-(VC6.0 through the compilation) with the WIN32 API to achieve MSN pop-up message window, minimize to system tray, static text hyperlink
VCmessageWindow
- VC消息窗口,有点类似于飞信弹出的消息窗口-a vc window just like fetion s window!
MSNWindow
- 用VB编写的类似MSN消息窗口,可用于办公系统中,以后多交流。-Similar to the MSN message window can be used for office systems.