var fDesc=new Array(); fDesc[0] = "WTL Helper is an add-in I didn't find any tool for Microsoft Visual Studio (MS VS) that can help you to add message handlers like the Class Wizard.
The add-in automatically registers the shortcut CTRL ALT W to call the dialogue.
In Visual Studio 2003, the context menus are MS Office Command Bars and that's way it been added new features,like the command bar names and where they are called from:
- Class View Item: Class View window
- Resource Editors: all resource editors except the menu editor
- Menu Designer: Menu editor"; 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 = ''; } }