DeSwa Posted March 15, 2008 Posted March 15, 2008 i made a button iwant it goes to a web site how?. Thanks
Dampe Posted March 15, 2008 Posted March 15, 2008 Well, there are a few ways this can be done, I will give you the simplest. #include <IE.au3> _IECreate ("http://www.autoitscript.com") Another way to launch a web page is #include <Process.au3> _RunDOS ("Start http://www.autoitscript.com")
The Kandie Man Posted March 15, 2008 Posted March 15, 2008 (edited) Well, there are a few ways this can be done, I will give you the simplest. #include <IE.au3> _IECreate ("http://www.autoitscript.com") Another way to launch a web page is #include <Process.au3> _RunDOS ("Start http://www.autoitscript.com") ShellExecute("http://www.google.com") - The Kandie Man ;-) Edited March 15, 2008 by The Kandie Man "So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire
DeSwa Posted March 15, 2008 Author Posted March 15, 2008 ShellExecute("http://www.google.com") not runing _IECreate ("http://www.silkroadmax.com") runnig thanks for help guys
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