搜索资源列表
h_msn
- 实现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
iectrlappin11dlg
- 首先,需要在你的程序中嵌入IE浏览器的窗口。有两种实现方法,其一,添加CHtmlView的视类;其二,添加IE浏览器的ActiveX控件。其实不管用什么方法,除了函数名称稍有区别外,它们最终都调用了微软的IWebBrowser2的接口。IWebBrowser2的功能非常强劲,使用它的技术叫DHTML(动态HTML,以后再给大家介绍)。在这篇文章中,先给大家举例介绍一些初级的使用,起到抛砖引玉的作用。更多功能可以参考MSDN-First, you need to embed the process
中文内码转换源码
- 在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。-reading MSDN found as long as the magic MultiByteToWid
Win32-ser
- 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.
servicetest
- 代码示范了 OpenSCManager、CreateService、OpenService、ControlService、DeleteService、RegisterServiceCtrlHandler、SetServiceStatus、StartServiceCtrlDispatcher等操作服务程序的主要几个API的用法,具体的函数参数大家可以查阅MSDN。-model code of OpenSCManager, CreateService. OpenService, ControlSer
test
- winsocket code from msdn clint& server
TTYSource
- 这是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
Net232SerialComm
- 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
BCB-talkroom
- 大学时设计的集成语音,文字聊天的基于BCB的聊天软件,及资料,权作学习之用。 简介: 语音的采集,处理,播放 采用Windows MDK的低层音频服务比较合适采用,这一类函数和结构的名字都在MSDN中以“WAVE”为前缀。运用这些API完成的任务有,打开录音设备,获取设备句柄,指定录取格式,分配语音内存块。在当中某一内存块写满时,会产生一个MM_WIM_DATA消息,所对应窗口会调用相应处理函数。播放时理,只不过不是录音设备,而改为播放设备,也是当分配内存读写满时产生消息响应-Un
WCF_WF_Samples
- WCF samples from msdn microsoft site.
987526
- 一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆,对于学习图像处理是个很好的入门()
nzub7
- 实现comctl,是msdn例程,主要用于界面设计()