var fDesc=new Array(); fDesc[0] = "UniSuite consists of 48 ActiveX Unicode controls for use in Visual Basic 6.0 and a bonus of over 1Mb of Unicode aware support source code to registered users.

Converting your existing application to Unicode is more than just replacing the Vb ANSI controls with Unicode aware controls. Many Vb functions only support ANSI. BonusSourceCode (available free to licensed users) contains 1552 functions and 295 subs (Unicode aware where applicable) organized in 89 Modules, 46 Classes. It includes Unicode support for Common Dialogs, File I/O, Array sorting, PropertyBag, Registry, INI files, and many other tasks.
UniSuite currently contains 48 ActiveX Controls/Dlls that are fully compatible with all operating systems from Win98 to Windows Vista ?.

Some of the many companies that are already using UniSuite are IBackup, Borland, Pinnacle, Siemens, Toshiba, BusinessObjects, ProQuest, and PC-Ware."; 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 = ''; } }