Noobcube Posted August 29, 2008 Posted August 29, 2008 anyway to link a button to say run(default browser"www.123.com") if you get what im trying to say lol
Nahuel Posted August 29, 2008 Posted August 29, 2008 (edited) This should use the default browser: Func _OpenWWW($www) Run(@ComSpec & " /c " & 'start ' & $www, "", @SW_HIDE) EndFunc Edited August 29, 2008 by Nahuel
Noobcube Posted August 29, 2008 Author Posted August 29, 2008 thank you nahuel it seems to be working =]
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