var fDesc=new Array(); fDesc[0] = "Transking is a utility tool which converts VB and VB.NET to C#. TransKing converts VB or VB.NET source code , User controls, Com Controls , project Resources into C# project . Quickly and easily Convert VB or VB.NET to C# only by simply click button.
Quickly and easily Convert VB or VB.NET project to C#
The most complete VB and VB.NET to C# conversion tool on the current market.
Conversion project source complete over 99% , some project after conversion to compile and to run.
Save your much time and money by using Transking.
Flexible user interface : the intuitive Transking Wizard guides you to do vonersion work."; 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 = ''; } }