Saturday, February 4, 2023

excerise - user control

need to play around with it...

    No. 1 control

  1. A Custom Numeric UpDown Control
  2. A Custom Flat-style Numeric UpDown Control with a simple demo application written in .NET 6

    Must-read

  3. The Roads We Take
  4. 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.

  5. Spheres in GDI+
  6. Drawing spheres on a Panel using conversion between pixel and logical metric units.

  7. RoundedButton Control - Demystifying DrawArc
  8. This article presents the RoundedButton control and describes the .Net DrawArc method, the subject of a number of questions on programming forums.

  9. Hypocycloid
  10. A Windows Forms control to model the behaviour of a hypocycloid curve.

  11. Elliptic integrals
  12. Description and code for calculating elliptic integrals

  13. A WPF Rotary Control
  14. This article presents a highly configurable rotary dial control.

  15. A C# 3D Surface Plot Control
  16. 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.

  17. How to Generate Element Names for an Enumeration
  18. 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".

  19. WPF Arc!
  20. Filling one of the ugliest WPF gaps: Animatable EllipticalArcGeometry and EllipticalArcShape

  21. How to Add Collection Initialization Support in Classes
  22. 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