Rawox Posted December 23, 2008 Posted December 23, 2008 (edited) Hey,I've created a simple GUI, I have some buttons that need to lead to websites. like thisone.It needs to go to http://rawox.deviantart.com, any simple code for that?? If $msg = $dabutton Then MsgBox ( 0,"Option","Goes to my DeviantArt" )Greetz... Edited December 23, 2008 by Rawox
Andreik Posted December 23, 2008 Posted December 23, 2008 Hey, I've created a simple GUI, I have some buttons that need to lead to websites. like thisone. It needs to go to http://rawox.deviantart.com, any simple code for that?? If $msg = $dabutton Then MsgBox ( 0,"Option","Goes to my DeviantArt" ) Greetz...If you want to do something after use IE functions from help file. Or just use: ShellExecute("http://rawox.deviantart.com")
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