Draw Library and Movable object
resizable rectangle
- Owner Drawn Resizable Control
- Resizable Controls at Runtime!
- Simple Runtime Control Sizing and Dragging Class
- Magic Graphics
- A Resizable Graphical Rectangle
- Create your Own Runtime Movable Windows Forms Controls
- Movable Controls
- Allow the User to Resize Controls at Runtime
- Move Controls on a Form at Runtime
- A simple example of adding movable label controls at runtime
- Movable Freeform/Round Edged Window/Form in C#
- Runtime Control Resizer
- Runtime resizable controls!
- Drawing Resizable Controls at Runtime
- 3D Graphics - Cube with Shading
- AGE, Another Graphic Engine in .NET
- SimpleLine line and box graphics controls
- Build My Own 3D Graphics Engine Step By Step
- Magic Library Docking Manager Designer
- A simple trick to resize a control at runtime
- A Simple Way to Operate Multiple Controls at Runtime
- Creating/Moving/Sizing Controls at Runtime
- Drag and Drop Windows/Form Controls (Design UI at Runtime)
- C++ Runtime Crypter
- Elevating During Runtime
Must Read
Creating a custom control that you can resize at runtime from all four corners.
This simple code will allow users to resize controls at runtime.
play around with it for a tip...
Sample and brief description of simple class that enables sizing and dragging of controls on a form
A library that lets you easily manipulate your drawings
An object associated with a pictureBox managing callback to manipulate the rectangle area.
More Misc.
A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.
An article that discusses in detail about movable controls
Enable resizing of controls on a form at runtime with this class and two lines of code.
Move controls on a form at runtime by just using a helper class and one line of code
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
This application shows how to code a movable freeform window in C#, which does not have a title bar or maximize / minimize button.
An unfinished class that allows for runtime resizing of controls.
Add resizeability to your Windows Forms controls.
How to draw resizable controls at runtime
Create a cube you can rotate and shade using only GDI+.
A library that allows some GDI+ manipulation at runtime in an easy way
A line and container box control that support gradients
How to build my own 3D graphics engine from ZERO step by step
Provides docking support without writing one line of code.
This article describes a simple method to resize a control at runtime.
This article presents a simple solution to operate multiple UI elements at runtime depending on one condition
How to create and manage controls at runtime by providing the user with 'handles' for sizing the controls.
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.
Tutorial on the structure of writing a runtime crypter in C++
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