Jump to content

Link in form


Ontosy
 Share

Recommended Posts

No, just create a label and set an event for it.

> Quick simulation

AutoItSetOption('GUIOnEventMode', 1) ; Set the GUI to event mode

$Label = GUICtrlCreateLabel($Add_the_arguments_of_the_label) ; Create a label in your form
GUICtrlSetOnEvent($Label, "URL") ; Create the event

Func URL()
ShellExecute("http://www.google.com")
EndFunc

It isn't functional, but I hope this gives you a general idea on how to do such.

Matter of fact, when I get home I'll give you my snippet for creating a link label.

:)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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