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

Search list

[GUI DevelopMSDN200

Description: MSDN界面模仿,可以实现视图切换,浏览信息等功能-MSDN interface copying and switching can be achieved View, browse information and other functions
Platform: | Size: 180131 | Author: 王金 | Hits:

[GUI Developserialcollect

Description: 这个是我从MSDN下载下来的。可以实现文件的序列化,文件存储等。-this is what I downloaded from the MSDN. The document can be achieved serialization, and document storage.
Platform: | Size: 549180 | Author: 江天右 | Hits:

[Dialog_WindowWindowsForms

Description: 用c#实现msn滚动条,msdn中的一个实例,大家可以看看阿!-with c # msn rolling, flowing in one example, we can look at the A!
Platform: | Size: 838729 | Author: 张恒元 | Hits:

[Hook apiVSNetHelpsrc

Description: Integrate the latest MSDN with VC6 and Hook functions of COM
Platform: | Size: 21331 | Author: guard2002 | Hits:

[Windows DevelopGC_1_140

Description: 每天,我们都要花很多时间来读代码——其他同事的代码、MSDN或者网上搜来的代码片断、开源项目的代码,等等。可以说,一个程序员的开发生涯里,有一大半的时间是在阅读别人的代码中度过。所以,代码的可读性至关重要。 且不提深层次的代码风格,先说说最基本的代码书写格式:空格、换行、缩进、注释、对齐……书写习惯因人而异,如果不巧你手头上这份代码作者的书写格式和您的习惯有很大出入,阅读这样的代码恐怕就会比较困难了。更差的情况,试想你看到的代码参差不齐、拥挤不堪、或者代码超长而不换行,或者缺少注释,那么阅读它们相信不会是一个很愉快的经历。 怎么样才能把手头这份凌乱的代码看清楚呢?或者换一个角度考虑,怎么样才能让自己的代码写得更漂亮,为阅读者带来赏心悦目的感觉J?今天就给大家推荐一个美化代码的小工具——GC!(Great Code!)。 -day, we must spend a lot of time reading code -- the code other colleagues, or MSDN online could code snippet, the open source project code, and so on. It can be said that the development of a programmer's career, there is a majority of their time in reading other people's code to pass. Therefore, the readability of the code is essential. Putting aside deep-rooted style of the code, first talk about the most basic form of code written : the blanks, newlines, indented, Notes, alignment ... writing habits vary from person to person, if you have on hand bore this code writers writing format and your habits is a big difference between reading the code probably it will be more difficult. The situation is even worse, imagine you see the mixed code, or 8,200, or code-long trip without, or
Platform: | Size: 199884 | Author: 尤战军 | Hits:

[Other resourcemfc_general_diblook

Description: 微软的msdn上的位图显示的例程,可以读出dib位图文件,同时也可以读取bmp位图文件-Microsoft's flowing spaces on the map shows the routines that can read out the Freehand bitmap files, and can also read bmp bitmap file
Platform: | Size: 49833 | Author: 黄显 | Hits:

[TreeViewmsdntreeview

Description: 该treeview和好的模拟了msdn的动态treeview。-the treeview and good flowing simulation of the dynamic treeview.
Platform: | Size: 11007 | Author: li | Hits:

[GUI Developtestrun0510

Description: Web 应用程序日渐复杂,对它们的测试工作也变得越来越重要。有很多测试技术可供你选择使用。例如,在 2005 年 4 月份的 MSDN 杂志中,我描述了一个基于 JScript 的简单系统,它使用 IE 的文档对象模型(Internet Explorer Document Model)来完整地测试某个 Web 应用程序的用户界面。这个技术很有效,但是在几个方面存在着缺陷。我的一些同事问我是否能使用 .Net 框架编写功能更强,但仍然 是轻量级的 Web 应用程序用户界面自动化测试程序。在这个月的专栏文章中,我将向你们展示怎样达到这个目的。这个低层技术要求直接调用 fmshtml.dll 和 shdocvw.dll 动态链接库来访问和操纵 IE 浏览器客户区中的 HTML 对象。 -Web applications are becoming increasingly complicated, the test of their work has become increasingly important. A lot of testing technology for the use of your choice. For example, in April 2005 the MSDN magazine, I described a simple JScript based system, it uses IE's Document Object Model (Internet Explorer Document Mod el) to complete testing a Web application user interface. This technology is very effective, but there are several shortcomings. Some of my colleagues asked if I could use. Net framework of the preparation of functional and it is still lightweight Web application user interface automated test procedures. In this month's column, I will show you how to achieve this aim. The lower technical requirements and called directly fmshtml.dll Shdocvw.dll dynamic link libra
Platform: | Size: 122389 | Author: 冯伟 | Hits:

[Windows DevelopWallpaperTiger20060310_Source

Description: 一个用来自动更换桌面壁纸的程序,是借鉴了MSDN上的一个兄弟的作品,适合用来学习-automatic replacement for a desktop wallpaper procedures, from the MSDN on a brother's works, suited for learning
Platform: | Size: 97058 | Author: zhanglei | Hits:

[Other resourcevcsocketserver

Description: 该代码是将MSDN中的httpsvr MFC代码移植到STL。含有VC完整应用程序代码。 -The code is the MSDN httpsvr MFC code into STL. VC contain complete application code.
Platform: | Size: 78613 | Author: victory | Hits:

[Windows DevelopFxCopInstall1.32

Description: NET 框架非常强大,这意味着存在创建优秀应用程序的极大可能,但是也同样存在创建劣质程序的可能。FxCop 是有助于创建更好的应用程序的工具之一,它所采用的方法是:使您能够分析程序集,并使用一些不同的规则来检查它是否符合这些规则。FxCop 随附了由 Microsoft 创建的固定数量的规则,但您也可以创建并包括您自己的规则。例如,如果您决定所有的类都应该具有一个不带任何参数的默认构造函数,则可以编写一条规则,以确保程序集的每个类上都具有一个构造函数。这样,无论是谁编写该代码,您都将获得一定程度的一致性。如果您需要有关创建自定义规则的详细信息,请参阅 John Robbins 的有关该主题的 Bugslayer 专栏文章(MSDN ® Magazine 2004 年 6 月刊)。-very powerful, which means there is the creation of outstanding applications are likely. But there also create the possibility of low-grade procedures. FxCop help create better applications one of the tools it is a method : Analysis enables you to set procedures and the use of some different rules to check whether it meets those rules. FxCop attached by Microsoft to create a fixed number of rules, but you can also create and include your own rules. For example, if you decided that all the categories should not have an argument with the default constructor function, they can prepare a rule to ensure that the procedures set on each category have a constructor. So, no matter who the preparation of the code, you will have a degree of consistency. If you need to establish the rules from the def
Platform: | Size: 3919298 | Author: 刘军 | Hits:

[GDI-BitmapVC_Gdi+_Gruide

Description: 一个根据MSDN整理的GDI+简明教程,看过后就对GDI+有全局把握了。-a collation of GDI + Concise Guide to read right after the GDI + has a grasp of the overall situation.
Platform: | Size: 695760 | Author: Leon | Hits:

[Windows DevelopMyMSDN

Description: 这本电子书很不错的,用起来和MSDN差不多。-This electronic book is very good, with almost up and MSDN.
Platform: | Size: 78863 | Author: 余小明 | Hits:

[GUI Developlnk

Description: 在这个过程要做一个类似文件快捷方式中查找目标的功能,先查MSDN98,大家不要见笑,我现在一直都用它,没有相应的API,后又. Net 2003中的MSDN,找到了可以实现该功能的API,SHOpenFolderAndSelectItems()函数-in this process to do a similar document shortcuts objectives of the search function will check MSDN98. we should not laughed at, I now have to use it, without the corresponding API, then. Net of MSDN 2003, find it would realize the function of the API, SHOpenFolderAndSelectItems () Function
Platform: | Size: 14820 | Author: qifang | Hits:

[OtherComputerSleep

Description: [ 原创文档 本文适合初级读者 已阅读6065次 ] 文档 代码 工具 系统定时休眠 作者:jans 下载示例源代码 单位最近加强安全检查,除了部分服务器,下班不关机器的同事,都被罚了款。为此,我试着下载了几个自动关机的程序,但是都不好使。都是最后显示“你可以安全地关闭计算机了!”。到网上问了半天说是高级电源管理设置的问题。我折腾了半天,还是不行,为什么Windows自己的关机就可以关掉电源,而我们的程序就只能“你可以安全的关闭计算了!”。看来微软还不知道在哪里留了一手。 好在还有收获,最近发现MSDN还有这么一个函数 BOOL SetSystemPowerState( BOOL fSuspend, // system state BOOL fForce // forced suspension option ) -[original document is suitable for primary readers have read 6,065 times] file system code tools regularly dormancy writer : jans download the source code examples unit recently enhance security inspection, except for some servers, none of machines work colleagues, are fined. To this end, I try to download several automatic shutdown procedures, but not so. The final show is "you can safely shut down the computer!" . Online asked a half-day of advanced power management settings problems. I Shetenglebantian, or not, why the shutdown of Windows can switch off the power supply, Our procedures only, "You can safely closed calculation!" . Microsoft does not seem to know where to stay in the hand. Fortunately, there are gains MSDN recently discovered there was such a function
Platform: | Size: 23235 | Author: 王勃 | Hits:

[Other resourcevckbase

Description: 合并.chm文件。在VCKBASE上有一个用 Magic CHM Merge 轻松打造属于自己的MSDN资料库的软件,使用起来似乎是比较方便的,但是试用限制是20个文件。用起来很不方便,下了一点功夫,试出了这个解决方案,完全免费,没有限制,您想合并多少都行。这是HPP工程,放在VCKBASE离线帮助文件的目录下,编译即可。-merger. Chm document. In VCKBASE have used a Magic CHM Merge easily create their own MSDN - the software library materials, using them seems to be more convenient, but the probation restriction is 20 document. Very convenient for them to use, with a little effort, to try out this solution, free, no restrictions, how much do you think the merger will do. This is the HPP projects on VCKBASE offline help files directory and can be compiled.
Platform: | Size: 1491 | Author: 松坚 | Hits:

[GUI Developmfc_general_cmnctrl1

Description: MSDN提供的MFC通用控件类例程,包括TreeCtrl、工具栏控件、时间控件类等。-MSDN for MFC common control type routines, including TreeCtrl, toolbar controls, the time for such control.
Platform: | Size: 88370 | Author: wangjun | Hits:

[GUI Developmfc_general_viewex

Description: MSDN提供的MFC显示类例程,采用多文档/视窗结构,实现多种显示界面。-MSDN shows the MFC category routines, multiple file / Windows, and achieve a variety of display interface.
Platform: | Size: 37229 | Author: wangjun | Hits:

[GUI Developmfc_ole_superpad

Description: MSDN提供的MFC例程,利用ole实现写字板功能。-MSDN MFC routines for the use of CNES achieve tablet functions.
Platform: | Size: 68578 | Author: wangjun | Hits:

[Multimedia programmfc_tutorial_scribble_step7

Description: MSDN提供的MFC例程,利用文档/视窗模式,捕捉鼠标事件,实现简单的绘图功能。-MSDN MFC routines for the use of file / Windows model to capture the mouse, simple graphics functions.
Platform: | Size: 112518 | Author: wangjun | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 42 »

CodeBus www.codebus.net