var fDesc=new Array(); fDesc[0] = "How-To Series Windows Forms Controls VB 09 includes Lesson 9: How to use the TableLayout control with Video, Transcript and Project Files

The TableLayoutPanel Control is a new Control that allows you to dynamically add other Controls to your Forms without having to specify an absolute top and left position. Instead you can decide to specify which column and/or row the new Controls should be created in at Runtime."; 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 = ''; } }