G
Guest
Hi All,
I want to add the code editor UltraEdit32 to the IE context menu, without
changing the default app for the "View Source" command. Some apps, like MS
Excel, put external commands there, so this should be possible, no?
I'm not talking about files in Windows Explorer, rather the context menu you
get when r-clicking an open web page in IE.
screenshot: http://geocities.com/coyotewrw/media/screenie.jpg
I've already added UltraEdit32 to:
"HKEY_CLASSES_ROOT\.htm\OpenWithList"
So it shows up in the Internet Options cpanel applet under "Programs/HTML
Editor". It also works fine in the list of editors in the IE toolbar button.
Since the toolbar isn't always available (active desktop, vb scripted pages,
popups, etc.), I'd like to have the choice of either the default "View
Source" editor (MS Frontpage) or UltraEdit32.
I haven't been successful hacking the registry myself, nor have I found any
useful info via Google. I've added an entry for UltraEdit32 in:
"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt"
....but I'm getting the syntax wrong, I suspect esp. in the "contexts" DWORD
value. My "Open in UltraEdit32" shows up in the context menu, but nothing
happens when I try it.
A normal "open" shell value for UE32 is:
"C:\Program Files\UltraEdit\uedit32.exe" "%1"
Does anyone here know how I should change it for MenuExt, and what the DWORD
value should be?
Thanks!
I want to add the code editor UltraEdit32 to the IE context menu, without
changing the default app for the "View Source" command. Some apps, like MS
Excel, put external commands there, so this should be possible, no?
I'm not talking about files in Windows Explorer, rather the context menu you
get when r-clicking an open web page in IE.
screenshot: http://geocities.com/coyotewrw/media/screenie.jpg
I've already added UltraEdit32 to:
"HKEY_CLASSES_ROOT\.htm\OpenWithList"
So it shows up in the Internet Options cpanel applet under "Programs/HTML
Editor". It also works fine in the list of editors in the IE toolbar button.
Since the toolbar isn't always available (active desktop, vb scripted pages,
popups, etc.), I'd like to have the choice of either the default "View
Source" editor (MS Frontpage) or UltraEdit32.
I haven't been successful hacking the registry myself, nor have I found any
useful info via Google. I've added an entry for UltraEdit32 in:
"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt"
....but I'm getting the syntax wrong, I suspect esp. in the "contexts" DWORD
value. My "Open in UltraEdit32" shows up in the context menu, but nothing
happens when I try it.
A normal "open" shell value for UE32 is:
"C:\Program Files\UltraEdit\uedit32.exe" "%1"
Does anyone here know how I should change it for MenuExt, and what the DWORD
value should be?
Thanks!