RichE Posted May 6, 2005 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
herewasplato Posted May 6, 2005 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]
w0uter Posted May 6, 2005 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
buzz44 Posted May 7, 2005 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
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