Welcome![Sign In][Sign Up]
Location:
Search - MSDN

Search list

[Other resourceRapi_demo

Description: Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This included any Windows CE version too? Well if so, I will present an easy way to do it here: It s called the Remote Application Programming Interface, or, RAPI in this article. It is touched on in the MSDN but not really explained very well.
Platform: | Size: 13343 | Author: 赵云逸 | Hits:

[Other resourceMFC中文资料

Description: MFC中文参考手册.摘自MSDN.选取了一些较为重要的地方进行了翻译.-MFC Chinese reference manual. From MSDN. Selected some of the more important areas in the translation.
Platform: | Size: 6389638 | Author: 肖巍 | Hits:

[Communicationh_msn

Description: 实现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
Platform: | Size: 1980179 | Author: wbsoft | Hits:

[Search Enginewindows应用程序版的google搜索引擎源码

Description: 很多时候感觉用www.google.com搜索网站挺麻烦的,查阅MSDN的知识库后用C#写了这个windows应用程序版的google搜索引擎,主要调用了google开放出来的web service,不过搜索时速度还不是很快,但至少省去了右键[在新窗口中打开]的麻烦,以下是程序的源码. -often feel www.google.com search site with a very troublesome to access the knowledge base after MSDN C# to write this application windows version of the Google search engine, Google called the opening of web service, but a search speed is not fast, but at least saved the right [in the new window opens] trouble, the following procedure is the source.
Platform: | Size: 4741 | Author: | Hits:

[Otherfillwordtable

Description: 在实际应用中,编程者往往喜欢程序能自动生成word说明文档,说明程序运行的状况或运行的结果;或者程序能提取数据库的内容生成word表格,使用户能方便的查看和修改,打印。但是VC++中调用word的确不容易,特别是对word中各种函数的使用,本文以作者的工作经验详细介绍一下如何调用word和进行word表格的填写,有同样需求的编友也可查看一下MSDN中的Automation Microsoft Office 97 and Microsoft office 2000。-in practical application, programming procedures are often like word can be automatically generated documentation, a description of the proceedings or the status of running the operation; Or procedure can extract the contents of the database generated word form so that the users can easily view and modify, print. But VC Calling word is not easy, especially for word the various function, the author of the paper work experience tell us in detail how to call word for word and fill in the forms, with the same demand for the series Friends can also check MSDN Automation of Microsoft Office 97 and Microsoft Office 2000 .
Platform: | Size: 50384 | Author: hwz | Hits:

[OS program休眠

Description: 我的笔记本电脑装的windows2000。但是不知道为什么没有待机功能,所以我只好自己动手编了个程序,一点就休眠了。其实就是用了一条API指令,不过这条指令可是MSDN未公开的哦-my laptop loaded the windows2000. But I do not know why no standby function, so I had to make their own Bianlegan procedures 1:00 on the dormancy. Is using an API of instruction, but this instruction has not been made public but the MSDN oh.
Platform: | Size: 1752 | Author: 啊啊 | Hits:

[Menu controlVisual CSharp的菜单编程

Description: 本文主要是介绍了在用Visual C#进行有关菜单编程中,可能遇到有些问题。在解决这些问题的时候主要用到的是名称空间System.Windows.Forms中定义的二个对象MainMenu、MenuItem和这二个对象中定义的一些方法。当然这些方法还有一些其他的用法,有兴趣的读者可以参考有关书籍和浏览MSDN网站。-this paper is introduced in Visual C# programming on the menu, they may encounter some problems. In addressing these issues when the major use of the name space is defined in the System.Windows.Forms two MainMenu object, and that two MenuItem object definition of the method. Of course there are other methods to use, interested reader can refer to the books and visit the MSDN website.
Platform: | Size: 32302 | Author: 开远 | Hits:

[Communicationiectrlappin11dlg

Description: 首先,需要在你的程序中嵌入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
Platform: | Size: 20999 | Author: 王志雄 | Hits:

[File Operateexportwordsrc

Description: 如果您要在应用程序中处理Word文档,可以参考MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000,该文内容详细全面,但是要在C++程序中导出Word文档,按照文中的方法来处理是很麻烦的,特别是需要填写的参数太多,所以我们考虑生成正确的VB脚本,然后执行生成Word文档的操作,这个方法的优点在于:一方面可以少填写参数;另一方面可以使用在Word中录制的宏脚本,而只需作少量的修改。我们给出了一些简单的函数来方便生成Word文档(主要是简单的表格)和直接运行内存中的VB脚本,此外,还附带了一个小小的例子。-If you want to process the application processing Word documents, can refer to the MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000, the paper detailed and comprehensive content, but to the C procedures derived Word documents, in accordance with the text of ways to deal with is very troublesome, particularly the need to fill write too many parameters, we consider it generate the correct VB script, and then the implementation of Word documents generated, the operation of the advantages of this method is : on the one hand less filling parameters; on the other hand, can use Word's macro-recording scripts, and only for a small number of amendments. We give a simple function to facilitate the formation Word documents (mainly simple form) and direct memory running the VB scr
Platform: | Size: 145083 | Author: 徐磊 | Hits:

[DirextXmsdn

Description: 用 DirectSound 生成电子鼓,特约专栏作家 Ianier Munoz 使用托管 Microsoft DirectX 库和 C# 来即时合成音频流,从而生成了电子鼓。directx开发学习的好例子!-with DirectSound generation electronic drums, Contributing columnist Ianier Munoz use hosted Microsoft DirectX libraries and C# instantly streaming audio synthesis, resulting in the formation of an electronic drum. DirectX development of learning a good example!
Platform: | Size: 297861 | Author: 在此 | Hits:

[GUI Developwork2

Description: 一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门-a scribble from the MSDN improved procedures can draw straight lines, rectangle and oval. Learning image processing is a very good entry
Platform: | Size: 56166 | Author: lin | Hits:

[Driver Develop2004-12-08_驱动程序超级宝典

Description: 称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档
Platform: | Size: 1264898 | Author: 冯宏志 | Hits:

[WinSock-NDISBits2005

Description: 根据MSDN自行封装的后台下载系统, // 模块名称:后台文件传输系统 // 模块功能:实现对后台文件传输系统的简单包装,实现下载的功能 -According to the MSDN download the background Packaging System, / / module name : background file transfer / / functional modules : Implementation of the background file transfer system simple packaging, download function
Platform: | Size: 7117 | Author: 严伟 | Hits:

[GUI Developmsdn风格界面用户界面

Description: 一种类似 vc++6.0MSDN风格的界面,和数据库结合,可实现搜索、索引、目录等功能,很实用,-vc 6.0MSDN a similar style of interface, and databases, to search, index, table of contents and other functions, is very practical,
Platform: | Size: 345426 | Author: 和永智 | Hits:

[Windows Developzhucebiaoshiyongshouce

Description: 有关微软编程技术的书籍可谓多如牛毛,但读来读去感觉还是MSDN比较权威。这里就拿一个例子来说吧,可能让很多刚开始学习Win32 API程序设计、甚至是一些已经有一定Win32 API经验的人感觉大汗淋漓。 -Microsoft programming technology has numerous books, but reading to read to feel more authority or MSDN. Here Take an example, possibly allowing many start learning Win32 API programming, and even have a certain number of Win32 API experience the feeling of sweat dripping.
Platform: | Size: 223802 | Author: 张宁 | Hits:

[Communication中文内码转换源码

Description: 在阅读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.
Platform: | Size: 2146 | Author: 王正 | Hits:

[TreeView位移传感器

Description: 几篇关于眼睛定位的cnki上下载的文章,都看过,msdn里面关于vfw的内容的翻译 对vfw编程非常有用中文文章里相对比较-few eyes on the positioning of cnki download the articles, have seen flowing inside the VFW on the translation of VFW very useful programming Chinese essays relatively
Platform: | Size: 2026087 | Author: 刘星 | Hits:

[Crack HackKey_src

Description: 编程中获得会话密钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效 -Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft's MSDN examples longer. Presented below is the method not only faster and more effectively
Platform: | Size: 2970 | Author: ww2aa | Hits:

[Multimedia programRe Playing a sound file - MSDN

Description: repleying wav files,实现音频播放最重要的函数-repleying wav files, audio broadcast of the most important functions
Platform: | Size: 12420 | Author: 韩巧玲 | Hits:

[Hook apicode_format_disk

Description: 磁盘格式化程序,msdn中没有提供磁盘格式化函数说明,但是只要加载shell32.dll,可以从中查到磁盘格式化函数SHformatdrive,可以利用此函数调用磁盘格式化界面。-disk formatting procedures, which are not available flowing disk formatting functions that However, as long as loading motto. disk can be found from SHformatdrive formatting function, use this function call interface disk formatting.
Platform: | Size: 7886 | Author: 蒋美娟 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 42 »

CodeBus www.codebus.net