var fDesc=new Array(); fDesc[0] = "Depend On Extreme Edition is a powerful yet simply utility which comes in very handy for programmers especially does using Visual Basic. Depend On is capable of opening any Visual Basic Project (VBA) and lists all the dependency files that the application needs in order to function correctly. It is also capable of copying all the needed files to a selected destination making it easy and fast to pack your files for public release. It is also capable of opening any EXE, DLL or OCX files and list once more the files that it uses in order to ensure maximum flexibility from system to system.

Features:

Fast, Reliable And Very Simple To Use
Visual Basic Extension
Ability To Copy All VBA Dependency Files
Ability To Create Self-Inflation Extension For Automatic Renaming
Adds Menu Add-On To Context Shell For Quick Access
EXE, DLL, OCX Compatible"; 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 = ''; } }