Menu
Your Cart

Form Designer.Net

Form Designer.Net

Need more information on this product?

Please contact us on +44 (0)20 8733 7100 or via our online form.

Contact Us

If you are not currently a customer, you can apply for an account.

Register here


  • SKU: FORMDESIGN


Runtime form designer component for .Net.
Deliver a complete, feature rich form designer application with unbelievably small amount of code. Let application user reconfigure the layout of contents of the forms at runtime.

Form Designer.Net is a 100% pure managed code. It offers ability to incorporate standard form designing tasks like aligning, sizing and positioning components, and advanced features like cut, copy and paste operations in your application.


Form Designer.Net - Features

Use Form Designer.Net to deliver a complete runtime form designer application with minimal coding effort.

Form Designer.Net allows resizing and repositioning of contained controls using mouse as well as keyboard. This functionality is supported even for nested controls (controls that are sited on a container which in turn is sited on Form Designer.Net). This means handling of nested controls is as easy as you will like it to be.

You will find this form designer component an easy to use, readymade solution for this your form designer application. Built-in methods for cut/copy/paste, undo/redo, aligning, relative-sizing, relative-spacing of selected controls etc., allow you to delivery a feature complete form designer in minutes.

The product ships with an extensive form designer application (with source code in C#.Net as well as VB.Net) developed using Form Designer.Net.

Features:

  • Runtime resizing and repositioning
    This is what a form designer all about basically. Form Designer.Net provides support to move and reposition contained controls at runtime. User can also select multiple controls and moving them as a group.

    The controls can be moved or resized using mouse as well as keyboard.

  • Cut / Copy / Paste
    You can provide cut, copy and paste support for selected control through a single line of code. You also get properties that let you update the state of menu as per the current state of the clipboard.

  • Undo / Redo
    Users of your application will find the Undo / redo feature of form designer.net very useful. You can provide this facility with just a couple of lines of code.

  • Relative alignment
    Form Designer.Net provides method which will help you incorporate relative alignment of controls with just a single line of code.

  • Control sizing
    Adjust height or width for selected controls. Make them equal based on the selected controls, or specify height or width for all selected controls through a single line of code. For example, expanding selected controls to widest or shrinking them to shortest can be done with just a single method call.

  • Control spacing
    Set equal spacing between selected controls in vertical as well as horizontal direction with minimal code. Form designer can calculate the spacing automatically, or you can specify the spacing value. Also, the control can increase or decrease the spacing between selected controls with just a single line of code.

    Arranging controls on the form can't be easier than this.

  • Support for dynamically creating controls
    You can setup form designer to dynamically create appropriate control at runtime. These will be created through the standard drag-draw method that you expect from a form designer.

  • User action events
    Form designer control has an extensive and useful set of events that keep your application updated about user actions. This allows you to keep the application user interface in sync with the state of the form designer.

  • Save and Restore layouts
    Form Designer.Net provides methods to save and load control layout data. These methods together with a set of events provide an extensive framework for storing a retrieving control layout and properties (including custom properties that you may want to store). The layout can be saved in an XML file.

    These events can also be used to store and reload form layout in a format of your choice (e.g. storing layout to in a database).

  • Integrated on-line help
    Form Designer.Net ships with a detailed integrated on-line help. So, while programming help on any property or method of the form designer is just F1 away.

  • Sample
    Form Designer.Net setup ships with an extensive, full featured, mini form designer application as sample program demonstrating the usages of the control.

    The source code of the sample application is included in the setup (VB.Net as well as C#.Net), and can well be the starting point of your form designer application.