Hi,
I'm using Internet Explorer 7.0 (under Windows XP Pro SP2) and I currently trying to set TH as default program for emails in IE7.0.
I set TH as default program in the TH settings but those option(s) aren't used in IE.
1. I can't select TH in IE options dialog
2. I changed some registry entries
3. TH is now selectable but:
- TH isn't used (nothing happens in some cases)
or
- I get an error-message that the set program can't work with send
data
4. Also different registry entries can't fixed this
Maybe TH isn't able to work with data send (via "%1")?
I hope someone can provide a solution for this?
EDIT: I can't attach files - so I will post registry entries as code:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\mailto]
@="URL:MailTo-Protokoll"
"EditFlags"=hex:02,00,00,00
"FriendlyTypeName"="@ieframe.dll,-910"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\mailto\DefaultIcon]
@="\"C:\\Programme\\Tray Helper_Chaos\\Launch.exe\",0"
[HKEY_CLASSES_ROOT\mailto\shell]
[HKEY_CLASSES_ROOT\mailto\shell\open]
[HKEY_CLASSES_ROOT\mailto\shell\open\command]
@="\"C:\\Programme\\Tray Helper_Chaos\\Launch.exe\" mailto:%1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray Helper]
@="Tray Helper"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray Helper\Protocols]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray Helper\Protocols\Mailto]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray
Helper\Protocols\Mailto\DefaultIcon]
@="\"C:\\Programme\\Tray Helper_Chaos\\Launch.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray Helper\Protocols\Mailto\Shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray
Helper\Protocols\Mailto\Shell\Open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray
Helper\Protocols\Mailto\Shell\Open\Command]
@="\"C:\\Programme\\Tray Helper_Chaos\\Tray_helper.exe\" \"%L\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray Helper\Shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray Helper\Shell\Open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Tray Helper\Shell\Open\Command]
@="\"C:\\Programme\\Tray Helper_Chaos\\Tray_helper.exe\" \"%L\""
For "%L" I also used "%1" but it doesn't help...