Shoutbox

having trouble getting on browser - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: having trouble getting on browser (/showthread.php?tid=64449)

having trouble getting on browser by Sup3rm4n on 08-04-2006 at 03:10 AM

Hey you guys, I dowloaded Msn Live, but I'm not using explorer as defautl internet browser, How can I Make My browser the one Msn live will use?

Thanks for answering

See ya


Sup3rm4n


RE: having trouble getting on browser by cloudhunter on 08-04-2006 at 03:13 AM

It isn't possible at the moment, but there is an addon to msn coming out called stuffplug 3, and it may have that feature. Check it out at http://www.stuffplug.com


RE: having trouble getting on browser by Sup3rm4n on 08-04-2006 at 03:15 AM

Thnx


RE: having trouble getting on browser by kmcbest on 08-04-2006 at 02:55 PM


try this:

code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\HTTP\shell]
@="Firefox"

[HKEY_CLASSES_ROOT\HTTP\shell\Firefox]

[HKEY_CLASSES_ROOT\htmlfile\shell]
@="Firefox"

[HKEY_CLASSES_ROOT\HTTP\shell\Firefox\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""

[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""

[HKEY_CLASSES_ROOT\htmlfile\shell\Firefox\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""

and to recover IE as default:

code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\HTTP\shell]
@="open"

[HKEY_CLASSES_ROOT\htmlfile\shell]
@="open"

Usage: Make necessary changes to the codes, then save as *.reg and double click
RE: having trouble getting on browser by Felu on 08-04-2006 at 03:09 PM

quote:
Originally posted by kmcbest
try this:

code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\HTTP\shell]
@="Firefox"

[HKEY_CLASSES_ROOT\HTTP\shell\Firefox]

[HKEY_CLASSES_ROOT\htmlfile\shell]
@="Firefox"

[HKEY_CLASSES_ROOT\HTTP\shell\Firefox\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""

[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""

[HKEY_CLASSES_ROOT\htmlfile\shell\Firefox\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""

and to recover IE as default:

code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\HTTP\shell]
@="open"

[HKEY_CLASSES_ROOT\htmlfile\shell]
@="open"

Usage: Make necessary changes to the codes, then save as *.reg and double click
That will change the default browser to firefox and not open mail in firefox when the email is clicked in Messsenge. (Ive already tried it).
RE: having trouble getting on browser by RaceProUK on 08-04-2006 at 03:24 PM

Messenger uses a non-standard way to open Hotmail/WLMail inboxes, which involves launching IE directly, rather than via ShellExecute() or the numerous other API functions that use system defaults.