CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MSDN
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - MSDN - List
[
CSharp
]
ASPDOTNET-DataGrid-Demo-code-20050118
DL : 0
NET中DataGrid的高级技巧,MSDN讲师的代码!-NET DataGrid senior skills, MSDN lecturer code!
Date
: 2008-10-13
Size
: 98.45kb
User
:
苗苗
[
CSharp
]
Backup
DL : 0
程序集信息查看器 可以查看.NET的程序集 包括.EXE和.DLL 对MSDN里没有详尽说明的程序集很有用 主要是帮助C#理解程序集、模块、类、构造函数、字段、属性、方法灯概念
Date
: 2008-10-13
Size
: 14.25kb
User
:
jiangzhuo
[
CSharp
]
Revised_AntColonyProgram
DL : 0
蚁群算法的vc程序,在window上可以运行的。具体的用法可以参照http://msdn.microsoft.com/zh-cn/magazine/hh781027.aspx-vc scorce code for ant colony algorithm
Date
: 2025-12-24
Size
: 3kb
User
:
gexing
[
CSharp
]
ASPDOTNET-DataGrid-Demo-code-20050118
DL : 0
NET中DataGrid的高级技巧,MSDN讲师的代码!-NET DataGrid senior skills, MSDN lecturer code!
Date
: 2025-12-24
Size
: 120kb
User
:
苗苗
[
CSharp
]
Backup
DL : 0
程序集信息查看器 可以查看.NET的程序集 包括.EXE和.DLL 对MSDN里没有详尽说明的程序集很有用 主要是帮助C#理解程序集、模块、类、构造函数、字段、属性、方法灯概念-Assembly information viewer can see. NET includes the procedures. EXE and. DLL on MSDN there is no detailed description of the procedures set is mainly useful to help C# Understand assembly, module, class, constructor, field, attribute, method of light concept
Date
: 2025-12-24
Size
: 14kb
User
:
jiangzhuo
[
CSharp
]
NDoc_cn
DL : 0
NDoc generates class libraries documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or an add-on tool for VB.NET). NDoc uses add-on documenters to generate documentation in several different formats, including MSDN-style HTML Help files (.chm) or HTML Help 2 format, and MSDN-online style web pages. The NDoc source code is freely available under a certified Open Source license. We welcome everyone to use our software in the hopes that they can provide feedback, submit bug reports and fixes, or even join us as a developer!-NDoc generates class libraries documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or an add-on tool for VB.NET). NDoc uses add-on documenters to generate documentation in several different formats, including MSDN-style HTML Help files (.chm) or HTML Help 2 format, and MSDN-online style web pages. The NDoc source code is freely available under a certified Open Source license. We welcome everyone to use our software in the hopes that they can provide feedback, submit bug reports and fixes, or even join us as a developer!
Date
: 2025-12-24
Size
: 3.65mb
User
:
Moory
[
CSharp
]
MSDNTrainingCSarp(VBL)
DL : 0
MSDN Training - CSharp (VBL)-MSDN Training- CSharp (VBL)
Date
: 2025-12-24
Size
: 10.62mb
User
:
吴明
[
CSharp
]
mstsc
DL : 0
当mstsc.exe登陆远程桌面服务器的时候,mstsc.exe会将客户端的一些信息发给服务端,最讨厌的就是将本机的计算机名、网卡ip发送过去,不管你跳了几次代理,在服务器上的任务管理器的“用户”选项卡中显示的客户端名就是我的计算机名,以及系统事件日志中也有,这个小插件就是解决这个问题的,利用微软的Virtual Channel Client DLL插件接口来加载dll,然后hook API 修改返回的计算机名为空。 http://msdn.microsoft.com/en-us/library/aa383580(VS.85).aspx 这个东西安装和卸装都是用regsvr32命令 安装:regsvr32 dllpath 卸装:regsvr32 /u dllpath , 安装后无声无色,不影响学习工作。 By LZX 2009.09.25 2009.12.23 顺便把源代码悄悄放这里,其实这个代码很简单的 -当mstsc.exe登陆远程桌面服务器的时候,mstsc.exe会将客户端的一些信息发给服务端,最讨厌的就是将本机的计算机名、网卡ip发送过去,不管你跳了几次代理,在服务器上的任务管理器的“用户”选项卡中显示的客户端名就是我的计算机名,以及系统事件日志中也有,这个小插件就是解决这个问题的,利用微软的Virtual Channel Client DLL插件接口来加载dll,然后hook API 修改返回的计算机名为空。 http://msdn.microsoft.com/en-us/library/aa383580(VS.85).aspx
Date
: 2025-12-24
Size
: 23kb
User
:
chenxi
[
CSharp
]
All-In-One_Code_Framework_(WinForms)
DL : 0
微软一站式代码示例库 通过不同编程语言和典型示例勾画出微软所有开发技术的骨架。身处微软MSDN技术支持团队,我们有丰富的客服经验。项目中每一个示例都经我们精心设计、筛选、编排和文档化,从而演示那些经常被客户问到、或被测试人员测试到的编程场景。如果您是一位软件开发工程师,您可以向这个框架填充您的业务逻辑;如果您是测试人员,您可以对某个技术骨架稍作扩展以满足您的实际测试需要;如果您和我们一样,是技术支持工程师,您可以考虑将本项目中的示例代码推荐给您的客户。-Microsoft stop code sample library through different programming languages and a typical example of all Microsoft development technologies outlined the skeleton. Living in Microsoft s MSDN technical support team, we have a wealth of experience in customer service. The project is an example of each carefully designed by us, screening, scheduling and documentation, and then to demonstrate that customers are often asked, or test to test to the programming scene. If you are a software development engineer, you can fill this framework to your business logic If you are a tester, you can slightly expand a technology framework to meet the needs of your actual test if you are like us, is a technical support engineer, you can consider the sample code in this project recommend to your customers.
Date
: 2025-12-24
Size
: 612kb
User
:
王伟
[
CSharp
]
All-In-One_Code_Framework_(Office)
DL : 0
微软一站式代码示例库 通过不同编程语言和典型示例勾画出微软所有开发技术的骨架。身处微软MSDN技术支持团队,我们有丰富的客服经验。项目中每一个示例都经我们精心设计、筛选、编排和文档化,从而演示那些经常被客户问到、或被测试人员测试到的编程场景。如果您是一位软件开发工程师,您可以向这个框架填充您的业务逻辑;如果您是测试人员,您可以对某个技术骨架稍作扩展以满足您的实际测试需要;如果您和我们一样,是技术支持工程师,您可以考虑将本项目中的示例代码推荐给您的客户。-Microsoft stop code sample library through different programming languages and a typical example of all Microsoft development technologies outlined the skeleton. Living in Microsoft s MSDN technical support team, we have a wealth of experience in customer service. The project is an example of each carefully designed by us, screening, scheduling and documentation, and then to demonstrate that customers are often asked, or test to test to the programming scene. If you are a software development engineer, you can fill this framework to your business logic If you are a tester, you can slightly expand a technology framework to meet the needs of your actual test if you are like us, is a technical support engineer, you can consider the sample code in this project recommend to your customers.
Date
: 2025-12-24
Size
: 1.01mb
User
:
王伟
[
CSharp
]
Socket-Demo-From-MSDN
DL : 0
Socket demo in C#, easy to understand
Date
: 2025-12-24
Size
: 35kb
User
:
mxiixm
[
CSharp
]
CSharpHelp
DL : 0
C#帮助文档(官方)PDF版 C#编程帮助文档 MSDN c#.net帮助文档 -C# help documentation (official) PDF version of C# programming help documentation MSDN c#. Net help documentation
Date
: 2025-12-24
Size
: 1.65mb
User
:
liulang
[
CSharp
]
CSharp_Traning
DL : 0
this document is included msdn training
Date
: 2025-12-24
Size
: 2.15mb
User
:
nali
[
CSharp
]
AD_cSharp
DL : 0
AD 的c#操作(简单):如果你想知道怎么去用C#访问Active Directory 的话,这里将提供一些运用的代码,是关于Active Directory 一系列功能的运用-This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.(MSDN help)
Date
: 2025-12-24
Size
: 24kb
User
:
sophy_sheng
[
CSharp
]
MsdnReaderSetup
DL : 0
用WPF写的能及时了解MSDN新闻的软件,而且是开源的。-WPF can be used to write software to keep abreast of MSDN News, and is open source.
Date
: 2025-12-24
Size
: 4.78mb
User
:
cat
[
CSharp
]
CSharpProgrammingGuideaReferenceBook
DL : 0
CSharp编程指南,完全参考手册(visual studio环境)-csharp programming guide from msdn
Date
: 2025-12-24
Size
: 3.83mb
User
:
zhouxiao
[
CSharp
]
SerialLCDCS
DL : 0
实现SerialPort例子,由MSDN提供.上存给大家看看.-Achieve SerialPort example provided by MSDN. On deposit for everyone to see.
Date
: 2025-12-24
Size
: 17kb
User
:
choosen
[
CSharp
]
JavaHostWPF_src
DL : 0
WPF控件与java的通信,JAVA加载WPF控件-The main ideas of Java and .NET code integration described in [4] where I showed an example of embedding .NET GUI components into Java interface. For anybody who is not familiar with Object-Oriented JNI for .NET, I recommend reading this article first. Description of Windows Presentation Foundation (WPF) can be found in MSDN, special manuals and is also not discussed in this article. WPF Module used in my example (without sources) was borrowed from [1]. Here I set out only with the task of embedding WMF Component into Java GUI.
Date
: 2025-12-24
Size
: 38kb
User
:
张风
[
CSharp
]
MSDN-Csharp-Document
DL : 0
从MSDN 2008中抓取出来的中文《C#编程指南》及中文《C#参考》CHM电子版-Chinese version <C# Programming Guide> and <C# reference> extracted from MSDN 2008 CHM eBook
Date
: 2025-12-24
Size
: 3.83mb
User
:
阿毛
[
CSharp
]
socket
DL : 0
socket同步异步通信C# 代码采用MSDN里面官方的例子 不管是同步还是异步套接字,都必须首先建立起socket,这是后面连接的基础-MSDN inside official socket synchronous and asynchronous communication using C# code examples whether synchronous or asynchronous socket must first establish a socket connection basis behind
Date
: 2025-12-24
Size
: 5kb
User
:
zuoyunbo
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.