eri Posted February 16, 2010 Share Posted February 16, 2010 My kom Firefox is default to open web page.. and I have create sample script like this : $web = GUICtrlCreateButton("WebSite", 10, 10, 55, 25, 0) Case $web _IECreate ("www.autoitscript.com", 1, 1, 0) How to set Open with Firefox/ Default my KOm.. Link to comment Share on other sites More sharing options...
whim Posted February 16, 2010 Share Posted February 16, 2010 ShellExecute($url) should open a web page in default browser HTH, whim Link to comment Share on other sites More sharing options...
eri Posted February 16, 2010 Author Share Posted February 16, 2010 ShellExecute($url) should open a web page in default browserHTH,whimthank`s.. Link to comment Share on other sites More sharing options...
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