Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - MSDN
Search - MSDN - List
实现MSN自动转发消息的功能,利用了MS提供的MSN com接口,直接调用就可以了,也可以获取所有联系的列表,具体的接口参照MSDN上的说明-achieve MSN automatically forwarded to the news function, use of the MS MSN com interface, called directly, and they can also can get a list of all links, the interface reference to the specific instructions on the MSDN
Date : 2008-10-13 Size : 1.89mb User : wbsoft

首先,需要在你的程序中嵌入IE浏览器的窗口。有两种实现方法,其一,添加CHtmlView的视类;其二,添加IE浏览器的ActiveX控件。其实不管用什么方法,除了函数名称稍有区别外,它们最终都调用了微软的IWebBrowser2的接口。IWebBrowser2的功能非常强劲,使用它的技术叫DHTML(动态HTML,以后再给大家介绍)。在这篇文章中,先给大家举例介绍一些初级的使用,起到抛砖引玉的作用。更多功能可以参考MSDN-First, you need to embed the process of the browser window.CHtmlViewIEActiveX In fact, no matter what means, in addition to slightly different function names, they were eventually called the Microsoft IWebBrowser2 interface. IWebBrowser2 function very strong, the use of its technology called DHTML (Dynamic HTML, after you give). In this article, for example letting you highlight some of the primary use, the role played congregate. More features can refer to the MSDN
Date : 2008-10-13 Size : 20.51kb User : 王志雄

在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。-reading MSDN found as long as the magic MultiByteToWideChar and LCMapString two functions, it can simply to achieve different internal code conversion. To allow programmers to use more convenient, the authors prepared a CChineseConvertor category, packaging of all Chinese within yards of the conversion function. Readers can direct the inclusion of such MFC, using it is also extremely easy. For further details, please see ChineseConvertor.h and ChineseConvertor.cpp source code.
Date : 2008-10-13 Size : 2.1kb User : 王正

Win32串口编程技术,vc++环境下,可以帮助你在短时间内理解串口编程,当然最好的方法还是看msdn.-Win32 Serial Programming technology, vc circumstances, can help you understand in a short period of time serial programming, of course, the best way to watch msdn.
Date : 2008-10-13 Size : 6.42kb User : 林林

代码示范了 OpenSCManager、CreateService、OpenService、ControlService、DeleteService、RegisterServiceCtrlHandler、SetServiceStatus、StartServiceCtrlDispatcher等操作服务程序的主要几个API的用法,具体的函数参数大家可以查阅MSDN。-model code of OpenSCManager, CreateService. OpenService, ControlService. DeleteService. RegisterServiceCtrlHandler. SetServiceStatus. StartServiceCtrlDispatcher and other services for the operation of several major AP I use, the specific parameters of the function you can access the MSDN.
Date : 2008-10-13 Size : 5.24kb User : 关羽

实现MSN自动转发消息的功能,利用了MS提供的MSN com接口,直接调用就可以了,也可以获取所有联系的列表,具体的接口参照MSDN上的说明-achieve MSN automatically forwarded to the news function, use of the MS MSN com interface, called directly, and they can also can get a list of all links, the interface reference to the specific instructions on the MSDN
Date : 2025-12-24 Size : 1.89mb User : wbsoft

首先,需要在你的程序中嵌入IE浏览器的窗口。有两种实现方法,其一,添加CHtmlView的视类;其二,添加IE浏览器的ActiveX控件。其实不管用什么方法,除了函数名称稍有区别外,它们最终都调用了微软的IWebBrowser2的接口。IWebBrowser2的功能非常强劲,使用它的技术叫DHTML(动态HTML,以后再给大家介绍)。在这篇文章中,先给大家举例介绍一些初级的使用,起到抛砖引玉的作用。更多功能可以参考MSDN-First, you need to embed the process of the browser window.CHtmlViewIEActiveX In fact, no matter what means, in addition to slightly different function names, they were eventually called the Microsoft IWebBrowser2 interface. IWebBrowser2 function very strong, the use of its technology called DHTML (Dynamic HTML, after you give). In this article, for example letting you highlight some of the primary use, the role played congregate. More features can refer to the MSDN
Date : 2025-12-24 Size : 107kb User : 王志雄

在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。-reading MSDN found as long as the magic MultiByteToWideChar and LCMapString two functions, it can simply to achieve different internal code conversion. To allow programmers to use more convenient, the authors prepared a CChineseConvertor category, packaging of all Chinese within yards of the conversion function. Readers can direct the inclusion of such MFC, using it is also extremely easy. For further details, please see ChineseConvertor.h and ChineseConvertor.cpp source code.
Date : 2025-12-24 Size : 2kb User : 王正

代码示范了 OpenSCManager、CreateService、OpenService、ControlService、DeleteService、RegisterServiceCtrlHandler、SetServiceStatus、StartServiceCtrlDispatcher等操作服务程序的主要几个API的用法,具体的函数参数大家可以查阅MSDN。-model code of OpenSCManager, CreateService. OpenService, ControlService. DeleteService. RegisterServiceCtrlHandler. SetServiceStatus. StartServiceCtrlDispatcher and other services for the operation of several major AP I use, the specific parameters of the function you can access the MSDN.
Date : 2025-12-24 Size : 5kb User : 关羽

winsocket code from msdn clint& server
Date : 2025-12-24 Size : 575kb User : 赵新刚

这是MSDN上的经典串口通讯例程.网上很多的串口控件,源码都不及此例程. 毕竟是MS自带的,虽然是个单线程的,稳定性及速度都很好.原工程比较早,用VC6可直接点击TestTTY.dsw打开.-This is the classic MSDN serial communication routines. A lot of serial-line control, source not of this routine. After all, it is MS' s own, although a single-threaded, and the stability and speed are good. The original works relatively early, VC6 can be directly used to open click TestTTY.dsw.
Date : 2025-12-24 Size : 1.12mb User : 曹朝

net环境下的RS232接口编程的实现。-Base Class Library for RS232 Communications. -------------------------------------------- Ref: "Serial Comm: Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications" John Hind, MSDN Magazine, Oct 2009
Date : 2025-12-24 Size : 76kb User : 李玉金

大学时设计的集成语音,文字聊天的基于BCB的聊天软件,及资料,权作学习之用。 简介: 语音的采集,处理,播放 采用Windows MDK的低层音频服务比较合适采用,这一类函数和结构的名字都在MSDN中以“WAVE”为前缀。运用这些API完成的任务有,打开录音设备,获取设备句柄,指定录取格式,分配语音内存块。在当中某一内存块写满时,会产生一个MM_WIM_DATA消息,所对应窗口会调用相应处理函数。播放时理,只不过不是录音设备,而改为播放设备,也是当分配内存读写满时产生消息响应-University designed to integrate voice, text chat chat BCB-based software, and information, the right for learning. Description: Voice of the collection, processing, play with Windows MDK' s more appropriate to use low-level audio services, this type of function and structure names are in the MSDN in order to " WAVE" as the prefix. API using these tasks have to open the recording equipment, access equipment, handle, taking the format specified, distribution, voice memory block. Were filled in a memory block, it will produce a MM_WIM_DATA message, the corresponding window will call the appropriate handler. Play time management, but not the recording equipment, instead play equipment, but also to allocate memory to read and write full time when the generated response message
Date : 2025-12-24 Size : 920kb User : Oscar

WCF samples from msdn microsoft site.
Date : 2025-12-24 Size : 16.39mb User : paha

一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆,对于学习图像处理是个很好的入门()
Date : 2025-12-24 Size : 40kb User : Nojujsm

实现comctl,是msdn例程,主要用于界面设计()
Date : 2025-12-24 Size : 224kb User : RCBW%255F02066
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.