enzipher Posted April 22, 2008 Posted April 22, 2008 (edited) Hey! I am trying to make an "Open with"-program. To be more specific. When I click on a link in the mail program Thunderbird for instance, I would like to choose which browser to open the link with. I have the default set to IE (for reasons) but mostly I want to open sites in Firefox. So I wanted to make an "Open with.."-program to solve the issue. The question I have... How can I capture the "click-on-a-link"-event so I can open my program instead of the default browser (IE)? It doesn't work to set it as the default for *.htm/html-files... Any help would be greatly appreciated! Edited August 29, 2023 by enzipher
Paulie Posted April 22, 2008 Posted April 22, 2008 I don't understand... You want the default browser to remain IE, yet you want to open links in Firefox? What does this have to do with autoit?
enzipher Posted April 22, 2008 Author Posted April 22, 2008 Actually I think I solved it myself... The answer is to register the program with the "file"-type "URL: CallTo Protocol" or "URL:HTTP" (note sure which, if not both). But anyway, another solution could as well have been nice.
enzipher Posted April 22, 2008 Author Posted April 22, 2008 I don't understand... You want the default browser to remain IE, yet you want to open links in Firefox? What does this have to do with autoit?Well, nothing. Except that it's possible to do with AutoIt... I just did it.
spudw2k Posted April 22, 2008 Posted April 22, 2008 Actually I think I solved it myself...The answer is to register the program with the "file"-type "URL: CallTo Protocol" or "URL:HTTP" (note sure which, if not both).But anyway, another solution could as well have been nice. Or Internet Shortcut Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now