AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to make clickable web link in text field

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
d-man



Joined: 08 Jun 2006
Posts: 247

PostPosted: Tue Sep 26, 2006 12:44 am    Post subject: How to make clickable web link in text field Reply with quote

Is there a way to make a clickable web address in an text field? Or any way at all? So as you put it in your GUI and you can click on it to go to the web page? thx
Back to top
View user's profile Send private message
freakkk as guest
Guest





PostPosted: Tue Sep 26, 2006 12:51 am    Post subject: Reply with quote

Code:
Gui, Font, underline
Gui, Add, Text, cBlue gLaunchGoogle, Click here to launch Google.
Gui, Font, norm
Gui, Show
return

LaunchGoogle:
Run www.google.com
return
Back to top
d-man



Joined: 08 Jun 2006
Posts: 247

PostPosted: Tue Sep 26, 2006 12:55 am    Post subject: Reply with quote

Hmm. How would you put that in the middle of some other text without it all being blue?
Back to top
View user's profile Send private message
freakkk as guest
Guest





PostPosted: Tue Sep 26, 2006 1:04 am    Post subject: Reply with quote

Code:
Gui, Add, Text, y10, Check out '
Gui, Font, underline
Gui, Add, Text, cBlue gLaunchGoogle x65 y10, Gui && Hyperlink
Gui, Font, norm
Gui, Add, Text, y10 x138, ' for more details.
Gui, Show
return

LaunchGoogle:
Run http://www.autohotkey.com/forum/topic6299.html&highlight=hyperlink+gui
return
Smile
Back to top
d-man



Joined: 08 Jun 2006
Posts: 247

PostPosted: Tue Sep 26, 2006 2:15 am    Post subject: Reply with quote

Hey thx a bunch.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group