很多Windows 应用程序中的控件可以手工绘制,来达到更加生动的效果,可以使用窗体组件的ownerdraw属性来达到这个目的。Menu就是一个这样的组件,它允许我们手工绘制其界面。 这篇文章的主
Destructors in C# By Introduction In the enterprise application development world, the buzzwords a
//MyComposite using System; using System.Collections; //----------------------------------Class Fi
//MyFactoryMethod using System; using System.Collections; //SinglePage class,which build the at last
This is an article on Constructors in C#, for the beginner level programmers. It covers simple const
Generics in C# Generics are the most useful C# 2.0 language extensions, beside Anonymous met
Implementing the Singleton Pattern in C# The singleton pattern is one of the best-known patterns i
This article describes a very important and one of the powerful tools in C#. This is based on a fa
IOCP Thread Pooling in C#By William KennedyContinuum Technology CenterIntroduction Thread pools all
Make the ControlBox property to false and Text property to String.Empty. Your window will be shown w