官方参考手册,权威技术手册下载 阿里西西电子图书教程分类 This morning Microsoft announced that it will be releasing shared source implementations of the .NET Common Language Infrastructure (CLI), C# compiler, and ECM...
// btn_help // this.btn_help.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.btn_help.Location = new System.Drawing.Point(360, 280); this.btn_help.Name = btn_help; this.btn_help.Size = new System.Drawing.Size(88, 24); this.b...
In C# we can filter our application's messages so some of them don't get dispatched. See the example below of how to prevent the user from clicking the Left Mouse button in our application: // created on 20.10.2001 at 18:04 //This example h...
代表元是C#中比较复杂的概念,C#中的代表元和C/C++中的函数指针非常相似使用代表元可以把代表元内部方法的引用封装起来然后通过它使用代表元引用的方法。 它有一个特性就是不需要...
注册Alixixi会员,创建你的WEB开发资料库, 马上注册! Microsoft正在紧锣密鼓地计划推出Visual Studio 6.0的下一代产品——Visual Studio.NET。对于这个软件包大家谈论最多的除了.NET外,要数它的...
第九章 配置和调度 在上一章,你学到如何创建一个通用语言运行时(CLR)组件,且如何在一个简单的测试应用程序中使用它。虽然CLR组件就要准备装载了,但你还是应该思考以下技术...
第八章 用C#写组件 这一章关于用C#写组件。你学到如何写一个组件,如何编译它,且如何在一个客户程序中使用它。更深入一步是运用名字空间来组织你的应用程序。 这章由两个主要大...
第七章 异常处理 通用语言运行时(CLR)具有的一个很大的优势为,异常处理是跨语言被标准化的。一个在C#中所引发的异常可以在Visual Basic客户中得到处理。不再有 HRESULTs 或者 ISuppo...
AJAX技术大全 ASP.NET电子教程,编程学院 .NET技术是微软大力推广的下一代平台技术,自从.NET技术架构的正式发布,此项技术也逐渐走向成熟和稳定。按照微软的平台系统占有率,我们不...
using System; using System.Text; using System.Runtime.InteropServices; class CloseCD [DllImport( winmm.dll, EntryPoint=mciSendStringA, CharSet=CharSet.Ansi )] protected static extern int mciSendString( string lpstrCommand, StringBuilder lps...