var fDesc=new Array(); fDesc[0] = "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."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }