var fDesc=new Array(); fDesc[0] = "The Windows Forms component library provides a number of production quality, multi-platform controls for use in .NET 2.0 and above Windows Forms projects. All components are written in C# and are fully compatible with the Visual Studio 2005 & 2008 designers.
Features:
* Benefit from extended data-centric controls such as the combo box, data grid view and list view, with auto-complete, custom column and and sorting functionality
* Present data with maximum flexibility using the new data repeater control
* Display non-intrusive messages in your applications using the different types of tool tips and balloons available
* Create applications with a familiar look and feel to improve the user experience
* All controls are compatible with the Windows Vista & Windows 7 user interface, and also backwards-compatible with Windows XP themes and Windows 2000/Classic mode"; 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 = ''; } }