c0re Posted September 25, 2006 Posted September 25, 2006 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.
Moderators SmOke_N Posted September 25, 2006 Moderators Posted September 25, 2006 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.
AceLoc Posted September 25, 2006 Posted September 25, 2006 try KODA [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
AceLoc Posted September 26, 2006 Posted September 26, 2006 welcome. [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
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