var fDesc=new Array(); fDesc[1] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[2] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs."; fDesc[3] = "visual basic appliaction. It includes excel spreadsheet, chartspace, pivot table and data source connection."; fDesc[4] = ", applications, etc. Easy to program Windows applications with a GUI. Just drag and drop the necessary buttons, text-boxes, pictures and even flash content and media player right from the toolbox and double click on and item to write the software code!"; fDesc[5] = "WPF base (Windows Presentation Foundation). WPF is a graphical subsystem in .NET Framework 3.0 and later versions. It uses a markup language, known as XAML, which can be used to create a rich development interface."; fDesc[6] = "Visual Basic language along with the included facilities for developing Microsoft.NET applicationes as well as stand alone software. Easy to learn and to use, step by step guides the developers to create tested, compiled and debuged applications for Windows and Windows.NET environments."; fDesc[7] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[8] = "pinball table you can imagine. The process is very interesting, even when it can take some time. Future Pinball will provide everything you need on convenient toolbars on hand. It’s not only a pinball editor but also a simulator so you will be able to play on your tables."; fDesc[9] = "professional looking GUI applications, that can be run on Windows. Express Edition is a version that Microsoft distributes freely. Anyone can download and install it without serial number. Its like a developer/learning version."; fDesc[10] = "is beginner’s guide and designed for people with little or no prior knowledge of computer languages, who want to learn to program by using the Visual Basic language and who has some previous programming experience, maybe in another language or from a few years ago."; fDesc[11] = "this version of Visual Basic. Basically, this introduction is a lesson on video format, that covers the most important topics about developing applications on Visual Basic 2008 Express Edition. It's available for free and doesn’t require any prerequisites."; fDesc[12] = "for the Web users, can be added or deployed within different Windows based applications created with Visual Basic or any other programing environment. The ActiveX controls can be used along with Microsoft Internet Explorer 4.x or later."; fDesc[13] = "Visual Basic language. This introductory lesson is a combination of written text and video which present computer programming as a fun activity. You can either take this lesson on-line from the MSDN web page, or you can download it to your computer."; fDesc[14] = "This download includes the following: - Base Class Library Group 1 samples show how to use the classes in the namespaces System.Net, System.Text.RegularExp ressions, System.Transaction, System.Console, and more."; fDesc[15] = "language. This lesson on video format will guide you step by step in creating a Visual Basic project, designing and creating the user interface, and testing your program. In about 10 minutes, you’ll have your first application up and running, in this case, a Web browser."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }