Jump to content

Recommended Posts

Posted (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 by Rawox
Posted

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")

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...