var fDesc=new Array(); fDesc[0] = "API-Guide is an API-database with all the API-functions of API-list.API-Guide has over 900 functions, all documented, and explained with an example. Several functions also have a dotNET equivalent and dotNET example code. Using API-Guide is fairly simple. The examples can be copy/pasted into Visual Basic and most of them can run without the need of editing the source first.
However, editing the source is sometimes necessary before you can run a program. Normally, it is always explained in the comments what should be modified."; 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 = ''; } }