mIRC Home    About    Download    Register    News    Help

Print Thread
#147567 20/04/06 05:59 PM
V
Voux
Voux
V
How i can use firefox as default web browser on mIRC when open an url ? frown

#147568 20/04/06 06:12 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
Set Firefox as your default Windows browser. This is what mIRC uses. If you don't know how to do this, go to Tools > Options > General and check the box under 'Default browser'. Click 'Check Now'.

Also make sure you're using the latest version of mIRC, version 6.03 (that some people continue to use) has a bug that means mIRC only uses IE.

Regards,

#147569 21/04/06 11:21 AM
V
Voux
Voux
V
Yes i do, but i don't know why, when i installed last version of FireFox (v 1.5.0.2), when i do doble click on url in mIRC open with Internet Explorer, i set FireFox my default web browser and nothing. confused

I need to change some windows register or something? frown

#147570 21/04/06 01:15 PM
V
Voux
Voux
V
I find solution in mozillazine forum
cite:
Handle With Care
Joined: 15 Sep 2004
PostPosted: Jan Sun 15th 2006 1:35pm
Not sure what you mean in your question, but assuming you want to be able to double click a URL in mIRC and have it open in Firefox, here's your answer:

The current version (6.16) of mIRC and previous versions have a bug in it where clicking on a URL often opens MSIE instead of another browser. This may be corrected in a new version of mIRC, which is rumored to be being worked on. In any event, until Khaled gets mIRC fixed, you will need to add the following in your mIRC remotes:

on ^*:HOTLINK:http*//*.*:*:return
on *:HOTLINK:http*//*.*:*:run "C:\Program Files\Mozilla Firefox\mozilla.exe" $1-
on ^*:HOTLINK:www.*:*:return
on *:HOTLINK:www.*:*:run "C:\Program Files\Mozilla Firefox\mozilla.exe" $1-

The above is for default directories for Fx. Flavor to taste according to the path and your browser's executable file.

link forum: http://forums.mozillazine.org/viewtopic.php?p=2020619&highlight=mirc#2020619

Thanks smirk

#147571 21/04/06 01:27 PM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
I think Khaled now uses the more 'correct' method of opening URLs in the latest version of mIRC (6.17) by using the ShellExecute() api.


Link Copied to Clipboard