Jump to content

Executable links in msgbox text?


c0re
 Share

Recommended Posts

Hi,

Is there anyway to link text in a msgbox to an executable? For instance, in the example below is it possible to have the "server1" text do a run function when clicked on?

MsgBox(0,"whee" , "Click servername to connect: server1" & @CRLF & "Click servername to connect: server2" & @CRLF & "Click servername to connect: server3" & @CRLF & "Click servername to connect: server3" & @CRLF & "Click servername to connect: server4")

Thanks for any help.

Link to comment
Share on other sites

  • Moderators

Hi,

Is there anyway to link text in a msgbox to an executable? For instance, in the example below is it possible to have the "server1" text do a run function when clicked on?

MsgBox(0,"whee" , "Click servername to connect: server1" & @CRLF & "Click servername to connect: server2" & @CRLF & "Click servername to connect: server3" & @CRLF & "Click servername to connect: server3" & @CRLF & "Click servername to connect: server4")

Thanks for any help.

With AnyGUI.au3 and /AutoIt3ExecuteLine|Script and _GUICreateHyperLink() it may be possible.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...