var fDesc=new Array(); fDesc[0] = "Resource Tuner lets you view, extract, replace, edit, and delete the embedded resources of executable files: icons, strings, images, sounds, dialogs, menus - all that make up the visual part of your Windows programs.

In fact, it allows you to add your own custom branding to an application, change dialog messages, customize toolbar actions, and so on without having access to the actual source code. Resource Tuner offers exciting possibilities even if you aren't a programmer. It's perfect for translators, tweakers, and anyone else who wants a different look and feel for an application.

Resource Tuner is about the only tool you would probably trust to modify resources in a PE executable. Discover the unique features of this Resource Editor, including how to open problem executable files and edit the hidden data which the other editors simply cannot see, wide range of supported resource types, UPX unpacker, and more. You will learn the industry standard program for translating and customizing the user interface.

Resource Tuner is packed with features which make it an essential tool for anyone tweaking another programs. Have fun personalizing any application to your own unique taste. With the powerful Resource Tuner, you no longer need to suffer with ugly default icons and pictures. The usage is very simple, just run the program and then select the EXE or DLL file to read the data from. Once you try it, we think you will find it hard to go back to other resource hacking utilities.

It works with 32- and 64-bit PE files such as .EXE, .DLL, Device Drivers (.SYS, .ACM), ActiveX Controls (.OCX), Borland Libraries (.DPL and .BPL), XP Visual Styles (.MSSTYLES), Control Panel Extensions (.CPL), Screen Savers (.SCR) and any other win32 executables."; 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 = ''; } }