var fDesc=new Array(); fDesc[0] = "The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The applications display a form showing attributes of a file and demonstrate many of the new features available with Visual Basic 2005.
It helps you to build a smart client application and design-time data enhancements to build a professional looking smart client application that can be easily deployed and maintained. This set of samples contains:
1. “Data Sets”, which include the following forms - Category Sales, Product by Category, Reports GetAll Customer Order Information, Reports get customer contacts, Reports get sales by region and Report get sales summary and details.
2. “Documentation” includes Images, which show how to use Visual Studio installed templates.
3. “My project” includes the following forms – Application designer, Application events, Resources designer, Setting designer.
Besides, there are some else useful forms and applications here.
Windows applications provide a richer and better user experience.
This sample application covers the most regularly used Windows controls with real life examples in step-by-step instructions."; 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 = ''; } }