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

搜索资源列表

  1. DualExeCom

    0下载:
  2. 同时创建两个进程,实现两个窗口的显示,其中一个作为主窗口控制另一个的开启和关闭,同时添加对其的消息控制;据此可以实现后台程序的建立;已经使用与扩展屏幕显示程序。-also create two processes, to achieve the two windows, one of the main window as another control the opening and closing, the news added to its control; Accordingly back
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:46656
    • 提供者:张效栋
  1. 纯SDK编写的记事本仿真程序

    0下载:
  2. 简单的记事本程序,SDK编写,帮助了解windows编程的消息机制-simple Notepad procedures SDK prepared to help understand the windows of news programming mechanism
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:18873
    • 提供者:
  1. CommuofWindows

    0下载:
  2. 实现VC中分割窗体,并创建另一对话框,实现MainFrm中两个分割的窗体和对话框之间的通讯,充分利用窗口之间的消息,实现窗口之间的通讯和数据传递!-VC separate windows, and the creation of another dialog box, MainFrm achieve two separate windows and dialog between the communications, and make full use of the window between
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:59758
    • 提供者:李文庆
  1. MULTIPAD

    0下载:
  2. windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。-windows api development of the Multi-View notebook, a clear code structure is conducive to learning and mastering win api information processing mechanism.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:57352
    • 提供者:Neil
  1. 消息框

    0下载:
  2. 用win32汇编语言编写的一个windows消息框程序,可以用语微机原理的教学-use of a language news box windows procedures, the principle of computer language teaching
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:1000
    • 提供者:范铮
  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. SkinDemo

    0下载:
  2. 封装了对windows窗口界面绘制相关的所有的消息,完全实现了窗口的自定义,包括到border以及最小化,最大化,关闭按钮的自定义实现-Package for windows window interface for all map-related news, the full realization of a custom window, including the border, as well as minimize, maximize, close button to achieve s
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:1260302
    • 提供者:乡村
  1. APIfunctionreference

    0下载:
  2. 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-23
    • 文件大小:8173581
    • 提供者:林孝城
  1. WinMain

    0下载:
  2. 纯c++实现窗口,利用API实现Windows环境下的消息响应-cure c++ produce Windows
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:8320
    • 提供者:bydgr
  1. windowscreate

    0下载:
  2. 主要实现windows的简单的界面编程,通过窗口类实现,及其简单的对消息的响应-create window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:680134
    • 提供者:zhonglingyu
  1. SingleWindow

    0下载:
  2. 程序描述了windows下一个窗口程序的创建过程及其组成部分,以及windows消息处理机制如何维持窗口的运行。VC++ 6.0-Program describes the windows program under the process of creating a window and its components, and the windows message handling mechanism for maintaining the operation of the window.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1166142
    • 提供者:wb
  1. Code

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program works and programming process, window creation process, handle principle, the message queue, callback function, window closed
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-23
    • 文件大小:9398
    • 提供者:shawning
  1. typer

    0下载:
  2. 一个类似windows写字板的程序,适合初学windows界面编程的童鞋,主要处理鼠标和键盘的消息,只包含代码,不包含整个工程-A similar windows tablet program, for beginner windows programming interface of children' s shoes, mainly dealing with the mouse and keyboard messages contain only the code, does not
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-05
    • 文件大小:363374
    • 提供者:tan
  1. MSMQ

    0下载:
  2. windows 消息队列(MSMG)程序实例-windows message queue (MSMG) instance
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-23
    • 文件大小:62622
    • 提供者:weicl
  1. Lesson4Code

    0下载:
  2. 孙鑫MFC教程源代码,Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧-Sun Xin MFC tutorial source code, Windows operating procedures and principles of programming process, the process window, handle theory, message queues, the callback
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1484411
    • 提供者:qianmuqingyu
  1. UVKMB

    0下载:
  2. 一个利用WINDOWS自带的命令笔NET SEND发送消息的程序-A use of WINDOWS s own command pen.net SEND messaging programs
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-14
    • 文件大小:43008
    • 提供者:sfpy$36881
  1. vestioncritical

    0下载:
  2. 可截获windows下各进程的各类消息,可作消息查看之用-Can be obtained under Windows each process of all kinds of news, can make the message view
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:vnn_2451
  1. newk

    0下载:
  2. 用c++ builder来对windows消息机制控制 源码可以学习用-In c++ builder to control mechanism of Windows news source can learn to use
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-16
    • 文件大小:187392
    • 提供者:zgqod!54636
  1. 6694710

    0下载:
  2. 通过Windows API函数SendMessage发送消息使List Box中的每一个Item有不同的Tooltip,-Through the Windows API function SendMessage sending messages to each Item in the List Box has a different Tooltip,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:weuan
  1. 068262

    0下载:
  2. 这是一个用来拦截windows消息的开发包,可以设置全局鼠标和键盘钩子,内含显示密码窗内容的sample()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-04-22
    • 文件大小:14336
    • 提供者:EBLehqg!33831
« 12 »
搜珍网 www.dssz.com