AutoHotkey Community

It is currently May 26th, 2012, 5:29 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: April 17th, 2009, 9:49 pm 
Offline

Joined: July 10th, 2007, 7:00 pm
Posts: 29
Hi,

I've been searching till i bleed, but I cannot get a text in a messagebox, and
more specifically in a TrayTip to show bold text. :?

Can someone pĂ´int me in the right direction please ?

Thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 17th, 2009, 10:26 pm 
Offline

Joined: April 28th, 2007, 4:06 pm
Posts: 85
You could try making your own with the smartgui creator...

Code:
Gui, Add, Text, x95 y88 w144 h16 , This does not need to be bold
Gui, Font, S8 CDefault Bold, Verdana
Gui, Add, Text, x237 y88 w87 h15 , But this does
Gui, Add, Button, x92 y121 w100 h30 , Ok
Gui, Add, Button, x228 y121 w100 h30 , Not Ok
; Generated using SmartGUI Creator 4.0
Gui, Show, x137 y91 h188 w414, New GUI Window
Return

GuiClose:
ExitApp


otherwise, I am stumped.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 17th, 2009, 10:50 pm 
Offline

Joined: July 10th, 2007, 7:00 pm
Posts: 29
Thanks Sephiroth,

...but I'm too little knowledged on how to give this GUI some reference name, and then use/call it in a TrayTip function ?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2009, 4:04 pm 
Offline

Joined: April 28th, 2007, 4:06 pm
Posts: 85
Yeah, you did say TrayTip, didn't you. Sorry, if a msgbox will not suffice, I am fresh out of ideas. Good luck though.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: batto, BrandonHotkey, Google [Bot], mrhobbeys, MSN [Bot], Mtes and 68 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group