need to play around with it...
- A Custom Numeric UpDown Control
- The Roads We Take
- Spheres in GDI+
- RoundedButton Control - Demystifying DrawArc
- Hypocycloid
- Elliptic integrals
- A WPF Rotary Control
- A C# 3D Surface Plot Control
- How to Generate Element Names for an Enumeration
- WPF Arc!
- How to Add Collection Initialization Support in Classes
No. 1 control
A Custom Flat-style Numeric UpDown Control with a simple demo application written in .NET 6
Must-read
To give users the full control over the running application. While an application is running, users can move, resize, and tune all the screen objects through which the communication with an application is going.
Drawing spheres on a Panel using conversion between pixel and logical metric units.
This article presents the RoundedButton control and describes the .Net DrawArc method, the subject of a number of questions on programming forums.
A Windows Forms control to model the behaviour of a hypocycloid curve.
Description and code for calculating elliptic integrals
This article presents a highly configurable rotary dial control.
This article describes a 3D surface plot control that can display real time data in C# WinForms and WPF applications. The library includes a WPF configuration view, and classes to serialise the configuration to and from the registry. Adding the control to an application is very straight forward.
I present a simple method to convert the elements in an enumeration into strings. This tip is suitable for enumerations whose elements are of the form RedAndBlack, which readily converts to "Red And Black".
Filling one of the ugliest WPF gaps: Animatable EllipticalArcGeometry and EllipticalArcShape
Object initializers can be used with any type and let assign values to any accessible fields or properties at creation time.
No comments:
Post a Comment