Monday, December 25, 2023

Draw Lines using Mouse and build custom control topics

Draw Lines using Mouse and build custom control topics

  1. Drawing Lines And Rectangles Using the Mouse
  2. Simple program utilizing the mouse to draw lines and rectangles.

  3. Writing Your Custom Control: Step by Step
  4. Making a cute button of two semi-transparent user-changeable colors

  5. A C# class that deals with System Registry
  6. This C# class retrieves, creates, deletes Registry values and keys, and even more...

  7. 4 steps to create free SSL certificate for development
  8. 4 steps to create free SSL certificate for development

  9. A Better Line Control
  10. A WinForms line control that works how you would expect one to.

  11. A Better Line Control
  12. A WinForms line control that works how you would expect one to.

  13. Developing a Line Control
  14. This is a control that takes a starting point and an ending point as objects and draws a line between them

  15. The Spiral TrackBar Control
  16. In this article, you will learn about the SpiralTrackBar class. This class is a replacement for the .NET Framework and .NET TrackBar control, which displays the track line as a spiral.

  17. Get the Best of Both Worlds: Command Line and GUI
  18. The article introduces Command Line GUI, a shared library inspired by the Plossum library, which allows rapid development of console apps with parameters and options, providing a GUI without additional programming. It demonstrates how to develop plugins for existing command line programs or console apps utilizing Plossum, using a data model class and attributes to describe options, and how Command Line GUI can handle multiple plugins.

  19. Plossum
  20. Plossum is a class library collection written in C# providing functionality mainly for writing and communicating with console applications. It provides a .net interface to some Win32 specific system service functions as well as more generic classes.

  21. Nice Line - A simple shaded line
  22. A simple line control with multiple purposes

  23. Rubberband Lines
  24. Using the rubberband line as a ruler.

  25. Line to Region
  26. This class gets an array of pointf() and returns the corresponding line region with custom width.

  27. Editor3D: A Windows.Forms Render Control with interactive 3D Editor in C#
  28. A universal ready-to-use interactive 3D Editor control for System.Windows.Forms applications. It displays 3D data that the user can modify with the mouse. The control consists of a single C# file and is optimized for maximum speed.

  29. https://www.codeproject.com/Articles/26542/An-Intelligent-NET-Multilanguage-Installer
  30. This project is based on my Cabinet Library CabLib which is also published with source code on The Code Project. The original purpose was to create an Installer or Setup which installs an ASPX server consisting of 3000 files. But obviously you can use this Installer to install any software package.

  31. Drawing and Editing Lines with GDI+
  32. Here's the code to implement a basic graphic user interface to paint, and then edit, lines on a PictureBox.

  33. Ruler Control
  34. Ruler control in C#

  35. Line Graph Component in C#
  36. Line Graph Component in C#

  37. LineEditor Control – Line based visual input/output
  38. A line based control for output and optional input, and a discussion of how to create a custom control from the .NET UserControl.

  39. Shape Control for .NET
  40. Implementing shape control that supports transparency, custom design-time editors and simple animation

  41. A thermometer control
  42. Creating an analog-style thermometer

  43. Eyes
  44. Creating an eye control.

  45. Pulse Button
  46. Pulse Button

  47. Writeable Application Scope Settings
  48. Writeable Application Scope Settings

  49. Drawing a Line Graph in GDI+
  50. Drawing a line graph in Cartesian coordinates (VB.NET and GDI+)

No comments:

Post a Comment