Friday, June 3, 2022

Draw Library and Movable object

Draw Library and Movable object

resizable rectangle

    Must Read

  1. Owner Drawn Resizable Control
  2. Creating a custom control that you can resize at runtime from all four corners.

  3. Resizable Controls at Runtime!
  4. This simple code will allow users to resize controls at runtime.

    play around with it for a tip...

  5. Simple Runtime Control Sizing and Dragging Class
  6. Sample and brief description of simple class that enables sizing and dragging of controls on a form

  7. Magic Graphics
  8. A library that lets you easily manipulate your drawings

  9. A Resizable Graphical Rectangle
  10. An object associated with a pictureBox managing callback to manipulate the rectangle area.

    More Misc.

  11. Create your Own Runtime Movable Windows Forms Controls
  12. A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.

  13. Movable Controls
  14. An article that discusses in detail about movable controls

  15. Allow the User to Resize Controls at Runtime
  16. Enable resizing of controls on a form at runtime with this class and two lines of code.

  17. Move Controls on a Form at Runtime
  18. Move controls on a form at runtime by just using a helper class and one line of code

  19. A simple example of adding movable label controls at runtime
  20. I created a simple form with a button to add a label control at run time sequentially numbered; labels are movable and lines are drawn between label

  21. Movable Freeform/Round Edged Window/Form in C#
  22. This application shows how to code a movable freeform window in C#, which does not have a title bar or maximize / minimize button.

  23. Runtime Control Resizer
  24. An unfinished class that allows for runtime resizing of controls.

  25. Runtime resizable controls!
  26. Add resizeability to your Windows Forms controls.

  27. Drawing Resizable Controls at Runtime
  28. How to draw resizable controls at runtime

  29. 3D Graphics - Cube with Shading
  30. Create a cube you can rotate and shade using only GDI+.

  31. AGE, Another Graphic Engine in .NET
  32. A library that allows some GDI+ manipulation at runtime in an easy way

  33. SimpleLine line and box graphics controls
  34. A line and container box control that support gradients

  35. Build My Own 3D Graphics Engine Step By Step
  36. How to build my own 3D graphics engine from ZERO step by step

  37. Magic Library Docking Manager Designer
  38. Provides docking support without writing one line of code.

  39. A simple trick to resize a control at runtime
  40. This article describes a simple method to resize a control at runtime.

  41. A Simple Way to Operate Multiple Controls at Runtime
  42. This article presents a simple solution to operate multiple UI elements at runtime depending on one condition

  43. Creating/Moving/Sizing Controls at Runtime
  44. How to create and manage controls at runtime by providing the user with 'handles' for sizing the controls.

  45. Drag and Drop Windows/Form Controls (Design UI at Runtime)
  46. Enables user to design the user interface by moving all form controls to the desired place. It allows to move the control at execution time.

  47. C++ Runtime Crypter
  48. Tutorial on the structure of writing a runtime crypter in C++

  49. Elevating During Runtime
  50. This article explains how to elevate an application during runtime. If your application would not require Admin rights except for certain occasions, you might prefer building your application with no specific requirement to be run in Admin mode, but when it needs to make a Registry change, only then, it will elevate itself to Admin mode. This article explains how that is done.

No comments:

Post a Comment