Advanced Visual C# .NET programming : create a custom control to display statistics or other informations
[40 mn de lecture - paru le 5/1/2004 6:32:18 PM - Public : Confirmé]
|
   
|
Auteur
Summary
This article introduces concepts of user control, operator overloading,
strongly typed collections and basic use of GDI+. In this objective, it
exposes a simple solution using these concepts, to create user controls for
data displaying. Data displaying is a common problem for many kinds of user controls (curves graphics or others, plannings, specific
lists...).
During this tutorial, you will design a strongly typed collection of data,
displayed by a user control. User control manages only the displaying of the
collection of datas, the management of those (adding, deleting, sorting...)
being delegated to the collection. The strongly typed collection is
inherited from the System.Collections.CollectionBase class, and the displaying use GDI+
features.
Synopsis
|