var fDesc=new Array(); fDesc[0] = "SolidLicense is delivered as libraries that you may include in your software statically or dynamically. Then you can use the functions from within your product.

For this purpose two different versions are available: on the one hand to be included in your .NET project (therefore all .NET versions and .NET languages, like C# and VB, are supported) and on the other hand to be included in your Visual Basic 6 projects. The latter version can also be used to protect Microsoft Office extensions and AddIns as well as for Microsoft Access based products.

Main Features:

- Effective license protection for your applications.
- Expiration of licenses selectable:
- Hardware binding to MAC address or hard disc ID possible.
- Customer data hash can be integrated into license key.
- Interactive license generator with customer management function.
- Optional generator library for exchange with existent management systems.
- Royalty free distribution of the required library.
- Integrated help system.
- Automatic program updates (deactivation is possible).
- Multilingual (at the moment English and German).
- Intuitive program interface.
- Free e-mail support in case of problems or questions.
- Minor updates of full version for free."; 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 = ''; } }