RichE 0 Posted May 6, 2005 I've seen the code for telling your apps to use the default browser and not Iexplorer, do anyone have it to hand? thanks in advance Riche RichE[font="'Arial Narrow';"]Current projects[/font][font="'Arial Narrow';"]are on my site [/font]Sellostring Share this post Link to post Share on other sites
herewasplato 2 Posted May 6, 2005 I've seen the code for telling your apps to use the default browser and not Iexplorer, do anyone have it to hand?thanks in advanceRiche<{POST_SNAPBACK}>There are several methods - use the search feature for this forum to search for "default browser". [size="1"][font="Arial"].[u].[/u][/font][/size] Share this post Link to post Share on other sites
w0uter 4 Posted May 6, 2005 if you got the beta autoit w/ COM you could use:$o_URL = ObjCreate("Shell.Application") $o_URL.Open($s_URL) My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Share this post Link to post Share on other sites
buzz44 1 Posted May 7, 2005 Wouldn't hurt to use the 'Search' feature. I and many other people have answered this exact question many times including w0uter. But I am far to lazy to search for you... http://www.autoitscript.com/forum/index.ph...st=0#entry72708 qq Share this post Link to post Share on other sites