AutoHotkey Community

It is currently May 27th, 2012, 5:19 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Taskbar Icon and text
PostPosted: January 19th, 2011, 2:58 am 
Offline

Joined: September 15th, 2009, 7:16 pm
Posts: 67
Location: Ga, USA
Hi,

I'm integrating Outlook with Vonage softclient. I've got most of it done, but would like to put a mute icon on the taskbar when I use a hotkey to mute the client.

It should have a mute icon (I've got) and text should be "Muted". Clicking on the taskbar item should unmute the call, change the icon and text to "Open".

Ideas ? :shock:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 19th, 2011, 2:36 pm 
Offline

Joined: September 15th, 2009, 7:16 pm
Posts: 67
Location: Ga, USA
<bump>

Is this too easy ? or too hard ?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 19th, 2011, 10:25 pm 
Offline

Joined: September 15th, 2009, 7:16 pm
Posts: 67
Location: Ga, USA
I've been testing this.

I can get the tray icon to change, and the input window icon to change (and thus the input window taskbar icon), but the gui icon (top left of gui bar) will not change

Any ideas ?

Code:
       

 imagefile=MicrophoneHot.png
 iconfile = MicrophoneHot.png

      ifnotexist  %imagefile%
      msgbox image notfound

      Menu, Tray, Icon, MicrophoneHot.ico  ;changes tray icon just fine
     
InputBox, UserInput, Phone Number, Please enter a phone number., , 640, 480
if ErrorLevel
    MsgBox, CANCEL was pressed.
else
    MsgBox, You entered "%UserInput%"
   
;input box has new icon

gui, add, picture, x0 y0 w215 h125 , %imagefile%   ;background picture
gui, font, s10 verdana
gui,  show ,w215 h125      ;standard autohotkey icon !!!


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, HotkeyStick, XstatyK, Yahoo [Bot] and 80 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