Description: 收藏经典windows消息大全四 ,绝对经典,是学习底层消息传输机制的绝好资料!!11!-collection of classic windows news Series 4, absolute classics, and is studying the underlying messaging mechanism excellent information! ! 11! Platform: |
Size: 10121 |
Author:辛万江 |
Hits:
Description: 涉及的功能:1、使用一位高手提供的135端口信息发送函数.2、一个ini文件类用于记录IP信息.3、自定义一个消息和相关代码,用于把程序缩小到系统托盘.-of functions : 1, the use of an expert for the 135-port messaging function .2, an ini file type used to record information .3 IP, since the definition of an information and code for the procedure to reduce the system tray. Platform: |
Size: 76815 |
Author:罗萧 |
Hits:
Description: 涉及的功能:1、使用一位高手提供的135端口信息发送函数.2、一个ini文件类用于记录IP信息.3、自定义一个消息和相关代码,用于把程序缩小到系统托盘.-of functions : 1, the use of an expert for the 135-port messaging function .2, an ini file type used to record information .3 IP, since the definition of an information and code for the procedure to reduce the system tray. Platform: |
Size: 76800 |
Author:罗萧 |
Hits:
Description: WINDOWS CE 通信指南(附光盘)
本书配套光盘内容包括:本书的英文版电子书;SDK for Windows CE,Handheld PC Professional Edition 3.0;范例源代码;送“Internet互联网即时通”多媒体学习软件。
本书是Microsoft Windows CE开发人员指南系列丛书之一。Microsoft Windows CE是公司为系统资源有限的设备开发的一种小型操作系统。因为Windows CE具有模块化的设计特征,所以能够适用于多种设备,包括从手提PC(H/PC)到嵌入式系统。全书共分十章:Windows CE通信概述,串行通信,电话API,远程访问服务,Windows插口,Windows连网,Internet连接,安全支持提供者接口密码技术和无线服务。
本书是为Windows CE开发人员编写的,是Windows CE应用程序开发人员必备的手册,同时也可作为广大科技人员,大专院校相关专业师生自学的参考书。
本书配套光盘内容包括:本书的英文版电子书;SDK for Windows CE,Handheld PC Professional Edition 3.0;范例源代码;送“Internet互联网即时通”多媒体学习软件。-WINDOWS CE Communication Guide (CD-ROM) discs supporting the book include : the English version of the book, e-books; SDK for Windows CE, Handheld PC Professional Edition 3.0; Examples of source code; Send "Internet Internet instant messaging" multimedia learning software. The book is a Microsoft Windows CE Developer's Guide Series one. Microsoft Windows CE for the system is the limited resources of equipment developed by a small operating system. Because Windows CE has a modular design features, can be applied to multiple devices, including mobile PC (H/PC) to the embedded system. The book is divided into 10 chapters : Overview of Windows CE communications, serial communications, telephone API, remote access services, Windows sockets, Windows networking, Internet connectiv Platform: |
Size: 390144 |
Author:alen |
Hits:
Description: 本文提供的方法适合于Microsoft Windows XP 操作系统
学习如何使用实时通信(RTC)API创建音频与视频会议、共享应用程序、共享白板、简单的点对点聊天对话以及整合音频与视频调节向导的接口。实时通信API为任何基于Microsoft Windows XP的应用程序提供了卓越的基于个人计算机的通信性能--即时消息、音频与视频会议、应用程序的共享/协作。
-This article provides methods suitable for Microsoft Windows XP operating system to learn how to use the real-time communication (RTC) API to create audio and video conferencing, application sharing, shared whiteboard, simple point-to-point chat dialogue, and integration of audio and video adjustment wizard interface. Real-time communication API for any Microsoft Windows XP-based applications that provide excellent personal computers based on the communication performance instant messaging, audio and video conferencing, application sharing/collaboration. Platform: |
Size: 9875456 |
Author:li |
Hits:
Description: ch03目录下:
disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。
simpleboot.tgz: 作者编写的简单boot代码
ch04目录下:
gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码
ch05目录下:
znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码
ch09目录下:
font.c 字体显示和变更例程
image1 位图文件加载与显示
2win.c 两个窗口间消息传递例程
button 按钮制作的例程
slider 游戏文件程序
-ch03 directory: disasm.tgz: Author rewrite anti-assembler, you can find it easier to accept the output of the compilation format. simpleboot.tgz: the author has prepared a simple boot code ch04 directory: gba_ucos.tgz: Author transplantation may be running on GBA (or emulator) on uC/OS-II code ch05 directory: znet.tgz: Authors in uC/OS-II to achieve the tcp/ip protocol code ch09 directory: font.c font display and change the routine image1 bitmap file to load and display two 2win.c windows messaging button button routine production routines slider game documentation procedures Platform: |
Size: 548864 |
Author:郭少枫 |
Hits:
Description: windows服务,自动将POP3邮件转存到数据库,可以很方便的与即时通讯平台,短信平台对接,基于lumi.net,需要.net 2.0-windows services, POP3 e-mail automatically转存到database, can be very convenient and instant messaging platforms, SMS platform docking, based on the lumi.net, needs. net 2.0 Platform: |
Size: 709632 |
Author:zhangheng |
Hits:
Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。
根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a Platform: |
Size: 206848 |
Author:changyou |
Hits:
Description: InstantP2P InstantP2Pshi 是一个建立在jxta之上的peer-to-peer即时消息服务。它在功能上包括一对一的即时消息,群体聊天,文件共享等功能。它可以工作在Linux, Solaris,Win32等多种平台之上。-InstantP2P InstantP2Pshi is a jxta based on a peer-to-peer instant messaging services. Its functions include one-on-one instant messaging, group chat, file-sharing functions. It can work in Linux, Solaris, Win32 and other platform. Platform: |
Size: 4860928 |
Author:shang |
Hits:
Description: v2008 实现的windows 短信监控程序-the realization of the windows messaging v2008 monitoring program Platform: |
Size: 401408 |
Author:laihuatian |
Hits:
Description: iptux 是一款采用 GTK+ 编写的开源局域网即时通讯与文件分享软件,兼容 Windows 平台下的飞鸽传书协议,具有自动识别编码字符集的功能。另外还实现文件夹共享的功能,更加方便局域网好友之间的数据分享。-iptux is a GTK+, prepared by the use of open source network instant messaging and file-sharing software, compatible with Windows platform Chuanshu Dove under the agreement, with automatic identification of the function of character set encoding. In addition, the realization of shared folders feature, more convenient and LAN data-sharing between friends. Platform: |
Size: 365568 |
Author:王晓 |
Hits:
Description: Exporting data read by windows messaging to another windows application via windows messaging Platform: |
Size: 666624 |
Author:xvean |
Hits:
Description: windows mobile 下读写短信收发件箱的所有c++代码,同时生成dll,可以用c#来调用-Under the windows mobile messaging inbox to read and write all the c++ code, while creating dll, you can use c# to call Platform: |
Size: 61440 |
Author:王均 |
Hits:
Description: 这是中软国际进行培训MFC时的一份PPT文档,里面对windows消息机制以及MFC类库有一定介绍,适合了解MFC。-This is the training Soft international MFC when a PPT document, which pairs of windows messaging mechanism and the MFC libraries have some description for about MFC. Platform: |
Size: 345088 |
Author:童进 |
Hits:
Description: Windows API大全,调用Windows API的注意事项。Windows API包括几千个可调用的函数,它们大致可以分为以下几个大类: 基本服务 组件服务 用户界面服务 图形多媒体服务 消息和协作 网络 Web服务。-Windows API Daquan, call the Windows API considerations. Windows API includes thousands of callable functions that can be divided into the following categories: basic services Component Services user interface services graphics multimedia services messaging and collaboration network Web services. Platform: |
Size: 7176192 |
Author:cc |
Hits: