views:

151

answers:

0

Hello, I am trying to create a custom Windows Explorer Toolbar Button. eg: the scenario is to create a custom button to start notepad.exe; when the button will be clicked. I want this to appear beside the 'Properties' button that appears in the Windows Explorer Toolbar.

I have done the same thing for Internet Explorer 7 by adding the following registry entries:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions{08B0E5C0-4FCB-11CF-AAA5-00401C608516}] "ButtonText"="Notepad" "CLSID"="{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}" "Default Visible"="Yes" "Exec"="c:\winnt\notepad.exe" "HotIcon"="C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary\Objects\ico_format\WinXP\textdoc.ico" "Icon"="C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary\Objects\ico_format\WinXP\textdoc.ico"